@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationStatusInfo extends Object implements Serializable, Cloneable, StructuredPojo
Status information about the association.
Constructor and Description |
---|
InstanceAssociationStatusInfo() |
Modifier and Type | Method and Description |
---|---|
InstanceAssociationStatusInfo |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID.
|
String |
getAssociationName()
The name of the association applied to the managed node.
|
String |
getAssociationVersion()
The version of the association applied to the managed node.
|
String |
getDetailedStatus()
Detailed status information about the association.
|
String |
getDocumentVersion()
The association document versions.
|
String |
getErrorCode()
An error code returned by the request to create the association.
|
Date |
getExecutionDate()
The date the association ran.
|
String |
getExecutionSummary()
Summary information about association execution.
|
String |
getInstanceId()
The managed node ID where the association was created.
|
String |
getName()
The name of the association.
|
InstanceAssociationOutputUrl |
getOutputUrl()
A URL for an S3 bucket where you want to store the results of this request.
|
String |
getStatus()
Status information about the association.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociationId(String associationId)
The association ID.
|
void |
setAssociationName(String associationName)
The name of the association applied to the managed node.
|
void |
setAssociationVersion(String associationVersion)
The version of the association applied to the managed node.
|
void |
setDetailedStatus(String detailedStatus)
Detailed status information about the association.
|
void |
setDocumentVersion(String documentVersion)
The association document versions.
|
void |
setErrorCode(String errorCode)
An error code returned by the request to create the association.
|
void |
setExecutionDate(Date executionDate)
The date the association ran.
|
void |
setExecutionSummary(String executionSummary)
Summary information about association execution.
|
void |
setInstanceId(String instanceId)
The managed node ID where the association was created.
|
void |
setName(String name)
The name of the association.
|
void |
setOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
|
void |
setStatus(String status)
Status information about the association.
|
String |
toString()
Returns a string representation of this object.
|
InstanceAssociationStatusInfo |
withAssociationId(String associationId)
The association ID.
|
InstanceAssociationStatusInfo |
withAssociationName(String associationName)
The name of the association applied to the managed node.
|
InstanceAssociationStatusInfo |
withAssociationVersion(String associationVersion)
The version of the association applied to the managed node.
|
InstanceAssociationStatusInfo |
withDetailedStatus(String detailedStatus)
Detailed status information about the association.
|
InstanceAssociationStatusInfo |
withDocumentVersion(String documentVersion)
The association document versions.
|
InstanceAssociationStatusInfo |
withErrorCode(String errorCode)
An error code returned by the request to create the association.
|
InstanceAssociationStatusInfo |
withExecutionDate(Date executionDate)
The date the association ran.
|
InstanceAssociationStatusInfo |
withExecutionSummary(String executionSummary)
Summary information about association execution.
|
InstanceAssociationStatusInfo |
withInstanceId(String instanceId)
The managed node ID where the association was created.
|
InstanceAssociationStatusInfo |
withName(String name)
The name of the association.
|
InstanceAssociationStatusInfo |
withOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
|
InstanceAssociationStatusInfo |
withStatus(String status)
Status information about the association.
|
public void setAssociationId(String associationId)
The association ID.
associationId
- The association ID.public String getAssociationId()
The association ID.
public InstanceAssociationStatusInfo withAssociationId(String associationId)
The association ID.
associationId
- The association ID.public void setName(String name)
The name of the association.
name
- The name of the association.public String getName()
The name of the association.
public InstanceAssociationStatusInfo withName(String name)
The name of the association.
name
- The name of the association.public void setDocumentVersion(String documentVersion)
The association document versions.
documentVersion
- The association document versions.public String getDocumentVersion()
The association document versions.
public InstanceAssociationStatusInfo withDocumentVersion(String documentVersion)
The association document versions.
documentVersion
- The association document versions.public void setAssociationVersion(String associationVersion)
The version of the association applied to the managed node.
associationVersion
- The version of the association applied to the managed node.public String getAssociationVersion()
The version of the association applied to the managed node.
public InstanceAssociationStatusInfo withAssociationVersion(String associationVersion)
The version of the association applied to the managed node.
associationVersion
- The version of the association applied to the managed node.public void setInstanceId(String instanceId)
The managed node ID where the association was created.
instanceId
- The managed node ID where the association was created.public String getInstanceId()
The managed node ID where the association was created.
public InstanceAssociationStatusInfo withInstanceId(String instanceId)
The managed node ID where the association was created.
instanceId
- The managed node ID where the association was created.public void setExecutionDate(Date executionDate)
The date the association ran.
executionDate
- The date the association ran.public Date getExecutionDate()
The date the association ran.
public InstanceAssociationStatusInfo withExecutionDate(Date executionDate)
The date the association ran.
executionDate
- The date the association ran.public void setStatus(String status)
Status information about the association.
status
- Status information about the association.public String getStatus()
Status information about the association.
public InstanceAssociationStatusInfo withStatus(String status)
Status information about the association.
status
- Status information about the association.public void setDetailedStatus(String detailedStatus)
Detailed status information about the association.
detailedStatus
- Detailed status information about the association.public String getDetailedStatus()
Detailed status information about the association.
public InstanceAssociationStatusInfo withDetailedStatus(String detailedStatus)
Detailed status information about the association.
detailedStatus
- Detailed status information about the association.public void setExecutionSummary(String executionSummary)
Summary information about association execution.
executionSummary
- Summary information about association execution.public String getExecutionSummary()
Summary information about association execution.
public InstanceAssociationStatusInfo withExecutionSummary(String executionSummary)
Summary information about association execution.
executionSummary
- Summary information about association execution.public void setErrorCode(String errorCode)
An error code returned by the request to create the association.
errorCode
- An error code returned by the request to create the association.public String getErrorCode()
An error code returned by the request to create the association.
public InstanceAssociationStatusInfo withErrorCode(String errorCode)
An error code returned by the request to create the association.
errorCode
- An error code returned by the request to create the association.public void setOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an S3 bucket where you want to store the results of this request.public InstanceAssociationOutputUrl getOutputUrl()
A URL for an S3 bucket where you want to store the results of this request.
public InstanceAssociationStatusInfo withOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an S3 bucket where you want to store the results of this request.public void setAssociationName(String associationName)
The name of the association applied to the managed node.
associationName
- The name of the association applied to the managed node.public String getAssociationName()
The name of the association applied to the managed node.
public InstanceAssociationStatusInfo withAssociationName(String associationName)
The name of the association applied to the managed node.
associationName
- The name of the association applied to the managed node.public String toString()
toString
in class Object
Object.toString()
public InstanceAssociationStatusInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.