@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) |
ProfileDetail |
getProfile()
The state of the profile after a read or write operation.
|
int |
hashCode() |
void |
setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
String |
toString()
Returns a string representation of this object.
|
CreateProfileResult |
withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
profile
- The state of the profile after a read or write operation.public ProfileDetail getProfile()
The state of the profile after a read or write operation.
public CreateProfileResult withProfile(ProfileDetail profile)
The state of the profile after a read or write operation.
profile
- The state of the profile after a read or write operation.public String toString()
toString
in class Object
Object.toString()
public CreateProfileResult clone()