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