public class DescribeAgentVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeAgentVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentVersionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
StackConfigurationManager |
getConfigurationManager()
The configuration manager.
|
String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
setStackId(String stackId)
The stack ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAgentVersionsRequest |
withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
DescribeAgentVersionsRequest |
withStackId(String stackId)
The stack ID.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackId(String stackId)
The stack ID.
stackId - The stack ID.public String getStackId()
The stack ID.
public DescribeAgentVersionsRequest withStackId(String stackId)
The stack ID.
stackId - The stack ID.public void setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager - The configuration manager.public StackConfigurationManager getConfigurationManager()
The configuration manager.
public DescribeAgentVersionsRequest withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
configurationManager - The configuration manager.public String toString()
toString in class ObjectObject.toString()public DescribeAgentVersionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.