@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstanceStorageConfigsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListInstanceStorageConfigsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceStorageConfigsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
Integer |
getMaxResults()
The maximimum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getResourceType()
A valid resource type.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setMaxResults(Integer maxResults)
The maximimum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setResourceType(String resourceType)
A valid resource type.
|
String |
toString()
Returns a string representation of this object.
|
ListInstanceStorageConfigsRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListInstanceStorageConfigsRequest |
withMaxResults(Integer maxResults)
The maximimum number of results to return per page.
|
ListInstanceStorageConfigsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListInstanceStorageConfigsRequest |
withResourceType(InstanceStorageResourceType resourceType)
A valid resource type.
|
ListInstanceStorageConfigsRequest |
withResourceType(String resourceType)
A valid resource type.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public ListInstanceStorageConfigsRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public void setResourceType(String resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceTypepublic String getResourceType()
A valid resource type.
InstanceStorageResourceTypepublic ListInstanceStorageConfigsRequest withResourceType(String resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceTypepublic ListInstanceStorageConfigsRequest withResourceType(InstanceStorageResourceType resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceTypepublic void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListInstanceStorageConfigsRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
The maximimum number of results to return per page.
maxResults - The maximimum number of results to return per page.public Integer getMaxResults()
The maximimum number of results to return per page.
public ListInstanceStorageConfigsRequest withMaxResults(Integer maxResults)
The maximimum number of results to return per page.
maxResults - The maximimum number of results to return per page.public String toString()
toString in class ObjectObject.toString()public ListInstanceStorageConfigsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()