@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateInstanceAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateInstanceAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateInstanceAttributeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAttributeType()
The type of attribute.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getValue()
The value for the attribute.
|
int |
hashCode() |
void |
setAttributeType(String attributeType)
The type of attribute.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setValue(String value)
The value for the attribute.
|
String |
toString()
Returns a string representation of this object.
|
UpdateInstanceAttributeRequest |
withAttributeType(InstanceAttributeType attributeType)
The type of attribute.
|
UpdateInstanceAttributeRequest |
withAttributeType(String attributeType)
The type of attribute.
|
UpdateInstanceAttributeRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateInstanceAttributeRequest |
withValue(String value)
The value for the attribute.
|
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, withSdkRequestTimeout
public void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public UpdateInstanceAttributeRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setAttributeType(String attributeType)
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
attributeType
- The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
InstanceAttributeType
public String getAttributeType()
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
InstanceAttributeType
public UpdateInstanceAttributeRequest withAttributeType(String attributeType)
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
attributeType
- The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
InstanceAttributeType
public UpdateInstanceAttributeRequest withAttributeType(InstanceAttributeType attributeType)
The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
attributeType
- The type of attribute. Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
InstanceAttributeType
public void setValue(String value)
The value for the attribute. Maximum character limit is 100.
value
- The value for the attribute. Maximum character limit is 100.public String getValue()
The value for the attribute. Maximum character limit is 100.
public UpdateInstanceAttributeRequest withValue(String value)
The value for the attribute. Maximum character limit is 100.
value
- The value for the attribute. Maximum character limit is 100.public String toString()
toString
in class Object
Object.toString()
public UpdateInstanceAttributeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()