@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutProfileObjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
PutProfileObjectResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
PutProfileObjectResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getProfileObjectUniqueKey()
 The unique identifier of the profile object generated by the service. 
 | 
int | 
hashCode()  | 
void | 
setProfileObjectUniqueKey(String profileObjectUniqueKey)
 The unique identifier of the profile object generated by the service. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
PutProfileObjectResult | 
withProfileObjectUniqueKey(String profileObjectUniqueKey)
 The unique identifier of the profile object generated by the service. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the profile object generated by the service.
profileObjectUniqueKey - The unique identifier of the profile object generated by the service.public String getProfileObjectUniqueKey()
The unique identifier of the profile object generated by the service.
public PutProfileObjectResult withProfileObjectUniqueKey(String profileObjectUniqueKey)
The unique identifier of the profile object generated by the service.
profileObjectUniqueKey - The unique identifier of the profile object generated by the service.public String toString()
toString in class ObjectObject.toString()public PutProfileObjectResult clone()