@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 identifier of the initial contact.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
int |
hashCode() |
void |
setInitialContactId(String initialContactId)
The identifier of the initial contact.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
String |
toString()
Returns a string representation of this object.
|
GetContactAttributesRequest |
withInitialContactId(String initialContactId)
The identifier of the initial contact.
|
GetContactAttributesRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
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.
instanceId
- The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public GetContactAttributesRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId
- The identifier of the Amazon Connect instance.public void setInitialContactId(String initialContactId)
The identifier of the initial contact.
initialContactId
- The identifier of the initial contact.public String getInitialContactId()
The identifier of the initial contact.
public GetContactAttributesRequest withInitialContactId(String initialContactId)
The identifier of the initial contact.
initialContactId
- The identifier of the initial contact.public String toString()
toString
in class Object
Object.toString()
public GetContactAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()