@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.
|
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 BlockerDeclaration()
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.BlockerType public String getType()
Reserved for future use.
BlockerType public BlockerDeclaration withType(String type)
Reserved for future use.
type - Reserved for future use.BlockerType public void setType(BlockerType type)
Reserved for future use.
type - Reserved for future use.BlockerType public BlockerDeclaration withType(BlockerType type)
Reserved for future use.
type - Reserved for future use.BlockerType public String toString()
toString in class Object Object.toString() public BlockerDeclaration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.