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