@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentMembershipResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateEnvironmentMembershipResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentMembershipResult |
clone () |
boolean |
equals (Object obj) |
EnvironmentMember |
getMembership ()
Information about the environment member whose settings were changed.
|
int |
hashCode () |
void |
setMembership (EnvironmentMember membership)
Information about the environment member whose settings were changed.
|
String |
toString ()
Returns a string representation of this object.
|
UpdateEnvironmentMembershipResult |
withMembership (EnvironmentMember membership)
Information about the environment member whose settings were changed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateEnvironmentMembershipResult()
public void setMembership(EnvironmentMember membership)
Information about the environment member whose settings were changed.
membership - Information about the environment member whose settings were changed.public EnvironmentMember getMembership()
Information about the environment member whose settings were changed.
public UpdateEnvironmentMembershipResult withMembership(EnvironmentMember membership)
Information about the environment member whose settings were changed.
membership - Information about the environment member whose settings were changed.public String toString()
toString in class Object Object.toString() public UpdateEnvironmentMembershipResult clone()