public class DescribeAgentVersionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private StackConfigurationManager |
configurationManager
The configuration manager.
|
private java.lang.String |
stackId
The stack ID.
|
NOOP
Constructor and Description |
---|
DescribeAgentVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAgentVersionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
StackConfigurationManager |
getConfigurationManager()
The configuration manager.
|
java.lang.String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
void |
setStackId(java.lang.String stackId)
The stack ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAgentVersionsRequest |
withConfigurationManager(StackConfigurationManager configurationManager)
The configuration manager.
|
DescribeAgentVersionsRequest |
withStackId(java.lang.String stackId)
The stack ID.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String stackId
The stack ID.
private StackConfigurationManager configurationManager
The configuration manager.
public void setStackId(java.lang.String stackId)
The stack ID.
stackId
- The stack ID.public java.lang.String getStackId()
The stack ID.
public DescribeAgentVersionsRequest withStackId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAgentVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()