@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeServersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeServersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
This is not currently implemented for
DescribeServers requests. |
String |
getNextToken()
This is not currently implemented for
DescribeServers requests. |
String |
getServerName()
Describes the server with the specified ServerName.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
This is not currently implemented for
DescribeServers requests. |
void |
setNextToken(String nextToken)
This is not currently implemented for
DescribeServers requests. |
void |
setServerName(String serverName)
Describes the server with the specified ServerName.
|
String |
toString()
Returns a string representation of this object.
|
DescribeServersRequest |
withMaxResults(Integer maxResults)
This is not currently implemented for
DescribeServers requests. |
DescribeServersRequest |
withNextToken(String nextToken)
This is not currently implemented for
DescribeServers requests. |
DescribeServersRequest |
withServerName(String serverName)
Describes the server with the specified ServerName.
|
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, withSdkRequestTimeoutpublic void setServerName(String serverName)
Describes the server with the specified ServerName.
serverName - Describes the server with the specified ServerName.public String getServerName()
Describes the server with the specified ServerName.
public DescribeServersRequest withServerName(String serverName)
Describes the server with the specified ServerName.
serverName - Describes the server with the specified ServerName.public void setNextToken(String nextToken)
This is not currently implemented for DescribeServers requests.
nextToken - This is not currently implemented for DescribeServers requests.public String getNextToken()
This is not currently implemented for DescribeServers requests.
DescribeServers requests.public DescribeServersRequest withNextToken(String nextToken)
This is not currently implemented for DescribeServers requests.
nextToken - This is not currently implemented for DescribeServers requests.public void setMaxResults(Integer maxResults)
This is not currently implemented for DescribeServers requests.
maxResults - This is not currently implemented for DescribeServers requests.public Integer getMaxResults()
This is not currently implemented for DescribeServers requests.
DescribeServers requests.public DescribeServersRequest withMaxResults(Integer maxResults)
This is not currently implemented for DescribeServers requests.
maxResults - This is not currently implemented for DescribeServers requests.public String toString()
toString in class ObjectObject.toString()public DescribeServersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()