@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID for which you want information.
|
String |
getAssociationVersion()
Specify the association version to retrieve.
|
String |
getInstanceId()
The managed node ID.
|
String |
getName()
The name of the SSM document.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The association ID for which you want information.
|
void |
setAssociationVersion(String associationVersion)
Specify the association version to retrieve.
|
void |
setInstanceId(String instanceId)
The managed node ID.
|
void |
setName(String name)
The name of the SSM document.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAssociationRequest |
withAssociationId(String associationId)
The association ID for which you want information.
|
DescribeAssociationRequest |
withAssociationVersion(String associationVersion)
Specify the association version to retrieve.
|
DescribeAssociationRequest |
withInstanceId(String instanceId)
The managed node ID.
|
DescribeAssociationRequest |
withName(String name)
The name of the SSM document.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the SSM document.
name
- The name of the SSM document.public String getName()
The name of the SSM document.
public DescribeAssociationRequest withName(String name)
The name of the SSM document.
name
- The name of the SSM document.public void setInstanceId(String instanceId)
The managed node ID.
instanceId
- The managed node ID.public String getInstanceId()
The managed node ID.
public DescribeAssociationRequest withInstanceId(String instanceId)
The managed node ID.
instanceId
- The managed node ID.public void setAssociationId(String associationId)
The association ID for which you want information.
associationId
- The association ID for which you want information.public String getAssociationId()
The association ID for which you want information.
public DescribeAssociationRequest withAssociationId(String associationId)
The association ID for which you want information.
associationId
- The association ID for which you want information.public void setAssociationVersion(String associationVersion)
Specify the association version to retrieve. To view the latest version, either specify $LATEST
for
this parameter, or omit this parameter. To view a list of all associations for a managed node, use
ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.
associationVersion
- Specify the association version to retrieve. To view the latest version, either specify
$LATEST
for this parameter, or omit this parameter. To view a list of all associations for a
managed node, use ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.public String getAssociationVersion()
Specify the association version to retrieve. To view the latest version, either specify $LATEST
for
this parameter, or omit this parameter. To view a list of all associations for a managed node, use
ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.
$LATEST
for this parameter, or omit this parameter. To view a list of all associations for a
managed node, use ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.public DescribeAssociationRequest withAssociationVersion(String associationVersion)
Specify the association version to retrieve. To view the latest version, either specify $LATEST
for
this parameter, or omit this parameter. To view a list of all associations for a managed node, use
ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.
associationVersion
- Specify the association version to retrieve. To view the latest version, either specify
$LATEST
for this parameter, or omit this parameter. To view a list of all associations for a
managed node, use ListAssociations. To get a list of versions for a specific association, use
ListAssociationVersions.public String toString()
toString
in class Object
Object.toString()
public DescribeAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()