@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNodeAssociationStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeNodeAssociationStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeNodeAssociationStatusResult |
clone() |
boolean |
equals(Object obj) |
List<EngineAttribute> |
getEngineAttributes()
Attributes specific to the node association.
|
String |
getNodeAssociationStatus()
The status of the association or disassociation request.
|
int |
hashCode() |
void |
setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association.
|
void |
setNodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)
The status of the association or disassociation request.
|
void |
setNodeAssociationStatus(String nodeAssociationStatus)
The status of the association or disassociation request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeNodeAssociationStatusResult |
withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association.
|
DescribeNodeAssociationStatusResult |
withEngineAttributes(EngineAttribute... engineAttributes)
Attributes specific to the node association.
|
DescribeNodeAssociationStatusResult |
withNodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)
The status of the association or disassociation request.
|
DescribeNodeAssociationStatusResult |
withNodeAssociationStatus(String nodeAssociationStatus)
The status of the association or disassociation request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNodeAssociationStatus(String nodeAssociationStatus)
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
nodeAssociationStatus - The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatuspublic String getNodeAssociationStatus()
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatuspublic DescribeNodeAssociationStatusResult withNodeAssociationStatus(String nodeAssociationStatus)
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
nodeAssociationStatus - The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatuspublic void setNodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
nodeAssociationStatus - The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatuspublic DescribeNodeAssociationStatusResult withNodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)
The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
nodeAssociationStatus - The status of the association or disassociation request.
Possible values:
SUCCESS: The association or disassociation succeeded.
FAILED: The association or disassociation failed.
IN_PROGRESS: The association or disassociation is still in progress.
NodeAssociationStatuspublic List<EngineAttribute> getEngineAttributes()
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
public void setEngineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed
certificate (the result of the CSR).public DescribeNodeAssociationStatusResult withEngineAttributes(EngineAttribute... engineAttributes)
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
NOTE: This method appends the values to the existing list (if any). Use
setEngineAttributes(java.util.Collection) or withEngineAttributes(java.util.Collection) if you
want to override the existing values.
engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed
certificate (the result of the CSR).public DescribeNodeAssociationStatusResult withEngineAttributes(Collection<EngineAttribute> engineAttributes)
Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed certificate (the result of the CSR).
engineAttributes - Attributes specific to the node association. In Puppet, the attibute PUPPET_NODE_CERT contains the signed
certificate (the result of the CSR).public String toString()
toString in class ObjectObject.toString()public DescribeNodeAssociationStatusResult clone()