@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetContactRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetContactRequest |
clone() |
boolean |
equals(Object obj) |
String |
getContactArn()
The ARN of the contact for which to request details.
|
int |
hashCode() |
void |
setContactArn(String contactArn)
The ARN of the contact for which to request details.
|
String |
toString()
Returns a string representation of this object.
|
GetContactRequest |
withContactArn(String contactArn)
The ARN of the contact for which to request details.
|
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 setContactArn(String contactArn)
The ARN of the contact for which to request details.
contactArn - The ARN of the contact for which to request details.public String getContactArn()
The ARN of the contact for which to request details.
public GetContactRequest withContactArn(String contactArn)
The ARN of the contact for which to request details.
contactArn - The ARN of the contact for which to request details.public String toString()
toString in class ObjectObject.toString()public GetContactRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.