@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceAssociationStatusInfo extends Object implements Serializable, Cloneable, StructuredPojo
Status information about the instance 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 instance.
|
String |
getAssociationVersion()
The version of the association applied to the instance.
|
String |
getDetailedStatus()
Detailed status information about the instance association.
|
String |
getDocumentVersion()
The association document verions.
|
String |
getErrorCode()
An error code returned by the request to create the association.
|
Date |
getExecutionDate()
The date the instance association executed.
|
String |
getExecutionSummary()
Summary information about association execution.
|
String |
getInstanceId()
The instance ID where the association was created.
|
String |
getName()
The name of the association.
|
InstanceAssociationOutputUrl |
getOutputUrl()
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
String |
getStatus()
Status information about the instance 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 instance.
|
void |
setAssociationVersion(String associationVersion)
The version of the association applied to the instance.
|
void |
setDetailedStatus(String detailedStatus)
Detailed status information about the instance association.
|
void |
setDocumentVersion(String documentVersion)
The association document verions.
|
void |
setErrorCode(String errorCode)
An error code returned by the request to create the association.
|
void |
setExecutionDate(Date executionDate)
The date the instance association executed.
|
void |
setExecutionSummary(String executionSummary)
Summary information about association execution.
|
void |
setInstanceId(String instanceId)
The instance ID where the association was created.
|
void |
setName(String name)
The name of the association.
|
void |
setOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
void |
setStatus(String status)
Status information about the instance association.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstanceAssociationStatusInfo |
withAssociationId(String associationId)
The association ID.
|
InstanceAssociationStatusInfo |
withAssociationName(String associationName)
The name of the association applied to the instance.
|
InstanceAssociationStatusInfo |
withAssociationVersion(String associationVersion)
The version of the association applied to the instance.
|
InstanceAssociationStatusInfo |
withDetailedStatus(String detailedStatus)
Detailed status information about the instance association.
|
InstanceAssociationStatusInfo |
withDocumentVersion(String documentVersion)
The association document verions.
|
InstanceAssociationStatusInfo |
withErrorCode(String errorCode)
An error code returned by the request to create the association.
|
InstanceAssociationStatusInfo |
withExecutionDate(Date executionDate)
The date the instance association executed.
|
InstanceAssociationStatusInfo |
withExecutionSummary(String executionSummary)
Summary information about association execution.
|
InstanceAssociationStatusInfo |
withInstanceId(String instanceId)
The instance ID where the association was created.
|
InstanceAssociationStatusInfo |
withName(String name)
The name of the association.
|
InstanceAssociationStatusInfo |
withOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
|
InstanceAssociationStatusInfo |
withStatus(String status)
Status information about the instance 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 verions.
documentVersion
- The association document verions.public String getDocumentVersion()
The association document verions.
public InstanceAssociationStatusInfo withDocumentVersion(String documentVersion)
The association document verions.
documentVersion
- The association document verions.public void setAssociationVersion(String associationVersion)
The version of the association applied to the instance.
associationVersion
- The version of the association applied to the instance.public String getAssociationVersion()
The version of the association applied to the instance.
public InstanceAssociationStatusInfo withAssociationVersion(String associationVersion)
The version of the association applied to the instance.
associationVersion
- The version of the association applied to the instance.public void setInstanceId(String instanceId)
The instance ID where the association was created.
instanceId
- The instance ID where the association was created.public String getInstanceId()
The instance ID where the association was created.
public InstanceAssociationStatusInfo withInstanceId(String instanceId)
The instance ID where the association was created.
instanceId
- The instance ID where the association was created.public void setExecutionDate(Date executionDate)
The date the instance association executed.
executionDate
- The date the instance association executed.public Date getExecutionDate()
The date the instance association executed.
public InstanceAssociationStatusInfo withExecutionDate(Date executionDate)
The date the instance association executed.
executionDate
- The date the instance association executed.public void setStatus(String status)
Status information about the instance association.
status
- Status information about the instance association.public String getStatus()
Status information about the instance association.
public InstanceAssociationStatusInfo withStatus(String status)
Status information about the instance association.
status
- Status information about the instance association.public void setDetailedStatus(String detailedStatus)
Detailed status information about the instance association.
detailedStatus
- Detailed status information about the instance association.public String getDetailedStatus()
Detailed status information about the instance association.
public InstanceAssociationStatusInfo withDetailedStatus(String detailedStatus)
Detailed status information about the instance association.
detailedStatus
- Detailed status information about the instance 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 Amazon S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an Amazon S3 bucket where you want to store the results of this request.public InstanceAssociationOutputUrl getOutputUrl()
A URL for an Amazon S3 bucket where you want to store the results of this request.
public InstanceAssociationStatusInfo withOutputUrl(InstanceAssociationOutputUrl outputUrl)
A URL for an Amazon S3 bucket where you want to store the results of this request.
outputUrl
- A URL for an Amazon 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 instance.
associationName
- The name of the association applied to the instance.public String getAssociationName()
The name of the association applied to the instance.
public InstanceAssociationStatusInfo withAssociationName(String associationName)
The name of the association applied to the instance.
associationName
- The name of the association applied to the instance.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.