@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProfileAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetProfileAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetProfileAssociationResult |
clone() |
boolean |
equals(Object obj) |
ProfileAssociation |
getProfileAssociation()
Information about the Profile association that you specified in a
GetProfileAssociation request. |
int |
hashCode() |
void |
setProfileAssociation(ProfileAssociation profileAssociation)
Information about the Profile association that you specified in a
GetProfileAssociation request. |
String |
toString()
Returns a string representation of this object.
|
GetProfileAssociationResult |
withProfileAssociation(ProfileAssociation profileAssociation)
Information about the Profile association that you specified in a
GetProfileAssociation request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfileAssociation(ProfileAssociation profileAssociation)
Information about the Profile association that you specified in a GetProfileAssociation request.
profileAssociation - Information about the Profile association that you specified in a GetProfileAssociation
request.public ProfileAssociation getProfileAssociation()
Information about the Profile association that you specified in a GetProfileAssociation request.
GetProfileAssociation
request.public GetProfileAssociationResult withProfileAssociation(ProfileAssociation profileAssociation)
Information about the Profile association that you specified in a GetProfileAssociation request.
profileAssociation - Information about the Profile association that you specified in a GetProfileAssociation
request.public String toString()
toString in class ObjectObject.toString()public GetProfileAssociationResult clone()