@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTeamMemberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
AssociateTeamMemberResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AssociateTeamMemberResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getClientRequestToken()
 The user- or system-generated token from the initial request that can be used to repeat the request. 
 | 
int | 
hashCode()  | 
void | 
setClientRequestToken(String clientRequestToken)
 The user- or system-generated token from the initial request that can be used to repeat the request. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
AssociateTeamMemberResult | 
withClientRequestToken(String clientRequestToken)
 The user- or system-generated token from the initial request that can be used to repeat the request. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request.
clientRequestToken - The user- or system-generated token from the initial request that can be used to repeat the request.public String getClientRequestToken()
The user- or system-generated token from the initial request that can be used to repeat the request.
public AssociateTeamMemberResult withClientRequestToken(String clientRequestToken)
The user- or system-generated token from the initial request that can be used to repeat the request.
clientRequestToken - The user- or system-generated token from the initial request that can be used to repeat the request.public String toString()
toString in class ObjectObject.toString()public AssociateTeamMemberResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.