@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExtensibleSourceServersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExtensibleSourceServersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExtensibleSourceServersRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of extensible source servers to retrieve.
|
String |
getNextToken()
The token of the next extensible source server to retrieve.
|
String |
getStagingAccountID()
The Id of the staging Account to retrieve extensible source servers from.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of extensible source servers to retrieve.
|
void |
setNextToken(String nextToken)
The token of the next extensible source server to retrieve.
|
void |
setStagingAccountID(String stagingAccountID)
The Id of the staging Account to retrieve extensible source servers from.
|
String |
toString()
Returns a string representation of this object.
|
ListExtensibleSourceServersRequest |
withMaxResults(Integer maxResults)
The maximum number of extensible source servers to retrieve.
|
ListExtensibleSourceServersRequest |
withNextToken(String nextToken)
The token of the next extensible source server to retrieve.
|
ListExtensibleSourceServersRequest |
withStagingAccountID(String stagingAccountID)
The Id of the staging Account to retrieve extensible source servers from.
|
addHandlerContext, copyBaseTo, 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 setMaxResults(Integer maxResults)
The maximum number of extensible source servers to retrieve.
maxResults - The maximum number of extensible source servers to retrieve.public Integer getMaxResults()
The maximum number of extensible source servers to retrieve.
public ListExtensibleSourceServersRequest withMaxResults(Integer maxResults)
The maximum number of extensible source servers to retrieve.
maxResults - The maximum number of extensible source servers to retrieve.public void setNextToken(String nextToken)
The token of the next extensible source server to retrieve.
nextToken - The token of the next extensible source server to retrieve.public String getNextToken()
The token of the next extensible source server to retrieve.
public ListExtensibleSourceServersRequest withNextToken(String nextToken)
The token of the next extensible source server to retrieve.
nextToken - The token of the next extensible source server to retrieve.public void setStagingAccountID(String stagingAccountID)
The Id of the staging Account to retrieve extensible source servers from.
stagingAccountID - The Id of the staging Account to retrieve extensible source servers from.public String getStagingAccountID()
The Id of the staging Account to retrieve extensible source servers from.
public ListExtensibleSourceServersRequest withStagingAccountID(String stagingAccountID)
The Id of the staging Account to retrieve extensible source servers from.
stagingAccountID - The Id of the staging Account to retrieve extensible source servers from.public String toString()
toString in class ObjectObject.toString()public ListExtensibleSourceServersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.