@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetContactAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetContactAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInitialContactId()
The ID for the initial contact in Amazon Connect associated with the attributes to update.
|
String |
getInstanceId()
The instance ID for the instance from which to retrieve contact attributes.
|
int |
hashCode() |
void |
setInitialContactId(String initialContactId)
The ID for the initial contact in Amazon Connect associated with the attributes to update.
|
void |
setInstanceId(String instanceId)
The instance ID for the instance from which to retrieve contact attributes.
|
String |
toString()
Returns a string representation of this object.
|
GetContactAttributesRequest |
withInitialContactId(String initialContactId)
The ID for the initial contact in Amazon Connect associated with the attributes to update.
|
GetContactAttributesRequest |
withInstanceId(String instanceId)
The instance ID for the instance from which to retrieve contact attributes.
|
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 instance ID for the instance from which to retrieve contact attributes.
instanceId
- The instance ID for the instance from which to retrieve contact attributes.public String getInstanceId()
The instance ID for the instance from which to retrieve contact attributes.
public GetContactAttributesRequest withInstanceId(String instanceId)
The instance ID for the instance from which to retrieve contact attributes.
instanceId
- The instance ID for the instance from which to retrieve contact attributes.public void setInitialContactId(String initialContactId)
The ID for the initial contact in Amazon Connect associated with the attributes to update.
initialContactId
- The ID for the initial contact in Amazon Connect associated with the attributes to update.public String getInitialContactId()
The ID for the initial contact in Amazon Connect associated with the attributes to update.
public GetContactAttributesRequest withInitialContactId(String initialContactId)
The ID for the initial contact in Amazon Connect associated with the attributes to update.
initialContactId
- The ID for the initial contact in Amazon Connect associated with the attributes to update.public String toString()
toString
in class Object
Object.toString()
public GetContactAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.