@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAttributeMappingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteAttributeMappingResult() |
Modifier and Type | Method and Description |
---|---|
DeleteAttributeMappingResult |
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.
|
DeleteAttributeMappingResult |
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 DeleteAttributeMappingResult 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 DeleteAttributeMappingResult clone()