@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLaunchProfileMembersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLaunchProfileMembersResult() |
Modifier and Type | Method and Description |
---|---|
ListLaunchProfileMembersResult |
clone() |
boolean |
equals(Object obj) |
List<LaunchProfileMembership> |
getMembers()
A list of members.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setMembers(Collection<LaunchProfileMembership> members)
A list of members.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListLaunchProfileMembersResult |
withMembers(Collection<LaunchProfileMembership> members)
A list of members.
|
ListLaunchProfileMembersResult |
withMembers(LaunchProfileMembership... members)
A list of members.
|
ListLaunchProfileMembersResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LaunchProfileMembership> getMembers()
A list of members.
public void setMembers(Collection<LaunchProfileMembership> members)
A list of members.
members
- A list of members.public ListLaunchProfileMembersResult withMembers(LaunchProfileMembership... members)
A list of members.
NOTE: This method appends the values to the existing list (if any). Use
setMembers(java.util.Collection)
or withMembers(java.util.Collection)
if you want to override
the existing values.
members
- A list of members.public ListLaunchProfileMembersResult withMembers(Collection<LaunchProfileMembership> members)
A list of members.
members
- A list of members.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListLaunchProfileMembersResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken
- The token for the next set of results, or null if there are no more results.public String toString()
toString
in class Object
Object.toString()
public ListLaunchProfileMembersResult clone()