@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEnvironmentMembershipsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEnvironmentMembershipsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentMembershipsResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentMember> |
getMemberships()
Information about the environment members for the environment.
|
String |
getNextToken()
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string
called a next token.
|
int |
hashCode() |
void |
setMemberships(Collection<EnvironmentMember> memberships)
Information about the environment members for the environment.
|
void |
setNextToken(String nextToken)
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string
called a next token.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEnvironmentMembershipsResult |
withMemberships(Collection<EnvironmentMember> memberships)
Information about the environment members for the environment.
|
DescribeEnvironmentMembershipsResult |
withMemberships(EnvironmentMember... memberships)
Information about the environment members for the environment.
|
DescribeEnvironmentMembershipsResult |
withNextToken(String nextToken)
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string
called a next token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeEnvironmentMembershipsResult()
public List<EnvironmentMember> getMemberships()
Information about the environment members for the environment.
public void setMemberships(Collection<EnvironmentMember> memberships)
Information about the environment members for the environment.
memberships
- Information about the environment members for the environment.public DescribeEnvironmentMembershipsResult withMemberships(EnvironmentMember... memberships)
Information about the environment members for the environment.
NOTE: This method appends the values to the existing list (if any). Use
setMemberships(java.util.Collection)
or withMemberships(java.util.Collection)
if you want to
override the existing values.
memberships
- Information about the environment members for the environment.public DescribeEnvironmentMembershipsResult withMemberships(Collection<EnvironmentMember> memberships)
Information about the environment members for the environment.
memberships
- Information about the environment members for the environment.public void setNextToken(String nextToken)
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
nextToken
- If there are more than 25 items in the list, only the first 25 items are returned, along with a unique
string called a next token. To get the next batch of items in the list, call this operation again,
adding the next token to the call.public String getNextToken()
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
public DescribeEnvironmentMembershipsResult withNextToken(String nextToken)
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
nextToken
- If there are more than 25 items in the list, only the first 25 items are returned, along with a unique
string called a next token. To get the next batch of items in the list, call this operation again,
adding the next token to the call.public String toString()
toString
in class Object
Object.toString()
public DescribeEnvironmentMembershipsResult clone()