@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public GetContactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.