@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateInstanceStorageConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateInstanceStorageConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateInstanceStorageConfigRequest |
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.
|
String |
getResourceType()
A valid resource type.
|
InstanceStorageConfig |
getStorageConfig()
A valid storage type.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setResourceType(String resourceType)
A valid resource type.
|
void |
setStorageConfig(InstanceStorageConfig storageConfig)
A valid storage type.
|
String |
toString()
Returns a string representation of this object.
|
AssociateInstanceStorageConfigRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
AssociateInstanceStorageConfigRequest |
withResourceType(InstanceStorageResourceType resourceType)
A valid resource type.
|
AssociateInstanceStorageConfigRequest |
withResourceType(String resourceType)
A valid resource type.
|
AssociateInstanceStorageConfigRequest |
withStorageConfig(InstanceStorageConfig storageConfig)
A valid storage 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 AssociateInstanceStorageConfigRequest()
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public AssociateInstanceStorageConfigRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public void setResourceType(String resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceTypepublic String getResourceType()
A valid resource type.
InstanceStorageResourceTypepublic AssociateInstanceStorageConfigRequest withResourceType(String resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceTypepublic AssociateInstanceStorageConfigRequest withResourceType(InstanceStorageResourceType resourceType)
A valid resource type.
resourceType - A valid resource type.InstanceStorageResourceTypepublic void setStorageConfig(InstanceStorageConfig storageConfig)
A valid storage type.
storageConfig - A valid storage type.public InstanceStorageConfig getStorageConfig()
A valid storage type.
public AssociateInstanceStorageConfigRequest withStorageConfig(InstanceStorageConfig storageConfig)
A valid storage type.
storageConfig - A valid storage type.public String toString()
toString in class ObjectObject.toString()public AssociateInstanceStorageConfigRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()