@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BlockerDeclaration extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
| Constructor and Description | 
|---|
| BlockerDeclaration() | 
| Modifier and Type | Method and Description | 
|---|---|
| BlockerDeclaration | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 Reserved for future use. | 
| String | getType()
 Reserved for future use. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setName(String name)
 Reserved for future use. | 
| void | setType(BlockerType type)
 Reserved for future use. | 
| void | setType(String type)
 Reserved for future use. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| BlockerDeclaration | withName(String name)
 Reserved for future use. | 
| BlockerDeclaration | withType(BlockerType type)
 Reserved for future use. | 
| BlockerDeclaration | withType(String type)
 Reserved for future use. | 
public void setName(String name)
Reserved for future use.
name - Reserved for future use.public String getName()
Reserved for future use.
public BlockerDeclaration withName(String name)
Reserved for future use.
name - Reserved for future use.public void setType(String type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic String getType()
Reserved for future use.
BlockerTypepublic BlockerDeclaration withType(String type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic void setType(BlockerType type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic BlockerDeclaration withType(BlockerType type)
Reserved for future use.
type - Reserved for future use.BlockerTypepublic String toString()
toString in class ObjectObject.toString()public BlockerDeclaration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.