@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagContactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UntagContactRequest() |
| Modifier and Type | Method and Description |
|---|---|
UntagContactRequest |
clone() |
boolean |
equals(Object obj) |
String |
getContactId()
The identifier of the contact in this instance of Amazon Connect.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
List<String> |
getTagKeys()
A list of tag keys.
|
int |
hashCode() |
void |
setContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
String |
toString()
Returns a string representation of this object.
|
UntagContactRequest |
withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
UntagContactRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UntagContactRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagContactRequest |
withTagKeys(String... tagKeys)
A list of tag keys.
|
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 setContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId - The identifier of the contact in this instance of Amazon Connect.public String getContactId()
The identifier of the contact in this instance of Amazon Connect.
public UntagContactRequest withContactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId - The identifier of the contact in this instance of Amazon Connect.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 UntagContactRequest 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 List<String> getTagKeys()
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
tagKeys - A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.public UntagContactRequest withTagKeys(String... tagKeys)
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeys(java.util.Collection) or withTagKeys(java.util.Collection) if you want to override
the existing values.
tagKeys - A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.public UntagContactRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
tagKeys - A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.public String toString()
toString in class ObjectObject.toString()public UntagContactRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.