@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMembersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMembersRequest() |
Modifier and Type | Method and Description |
---|---|
ListMembersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIsOwned()
An optional Boolean value.
|
Integer |
getMaxResults()
The maximum number of members to return in the request.
|
String |
getName()
The optional name of the member to list.
|
String |
getNetworkId()
The unique identifier of the network for which to list members.
|
String |
getNextToken()
The pagination token that indicates the next set of results to retrieve.
|
String |
getStatus()
An optional status specifier.
|
int |
hashCode() |
Boolean |
isOwned()
An optional Boolean value.
|
void |
setIsOwned(Boolean isOwned)
An optional Boolean value.
|
void |
setMaxResults(Integer maxResults)
The maximum number of members to return in the request.
|
void |
setName(String name)
The optional name of the member to list.
|
void |
setNetworkId(String networkId)
The unique identifier of the network for which to list members.
|
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
void |
setStatus(String status)
An optional status specifier.
|
String |
toString()
Returns a string representation of this object.
|
ListMembersRequest |
withIsOwned(Boolean isOwned)
An optional Boolean value.
|
ListMembersRequest |
withMaxResults(Integer maxResults)
The maximum number of members to return in the request.
|
ListMembersRequest |
withName(String name)
The optional name of the member to list.
|
ListMembersRequest |
withNetworkId(String networkId)
The unique identifier of the network for which to list members.
|
ListMembersRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListMembersRequest |
withStatus(MemberStatus status)
An optional status specifier.
|
ListMembersRequest |
withStatus(String status)
An optional status specifier.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNetworkId(String networkId)
The unique identifier of the network for which to list members.
networkId
- The unique identifier of the network for which to list members.public String getNetworkId()
The unique identifier of the network for which to list members.
public ListMembersRequest withNetworkId(String networkId)
The unique identifier of the network for which to list members.
networkId
- The unique identifier of the network for which to list members.public void setName(String name)
The optional name of the member to list.
name
- The optional name of the member to list.public String getName()
The optional name of the member to list.
public ListMembersRequest withName(String name)
The optional name of the member to list.
name
- The optional name of the member to list.public void setStatus(String status)
An optional status specifier. If provided, only members currently in this status are listed.
status
- An optional status specifier. If provided, only members currently in this status are listed.MemberStatus
public String getStatus()
An optional status specifier. If provided, only members currently in this status are listed.
MemberStatus
public ListMembersRequest withStatus(String status)
An optional status specifier. If provided, only members currently in this status are listed.
status
- An optional status specifier. If provided, only members currently in this status are listed.MemberStatus
public ListMembersRequest withStatus(MemberStatus status)
An optional status specifier. If provided, only members currently in this status are listed.
status
- An optional status specifier. If provided, only members currently in this status are listed.MemberStatus
public void setIsOwned(Boolean isOwned)
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true
) or that other Amazon Web Services accountsn own (false
).
If omitted, all members are listed.
isOwned
- An optional Boolean value. If provided, the request is limited either to members that the current Amazon
Web Services account owns (true
) or that other Amazon Web Services accountsn own (
false
). If omitted, all members are listed.public Boolean getIsOwned()
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true
) or that other Amazon Web Services accountsn own (false
).
If omitted, all members are listed.
true
) or that other Amazon Web Services accountsn own (
false
). If omitted, all members are listed.public ListMembersRequest withIsOwned(Boolean isOwned)
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true
) or that other Amazon Web Services accountsn own (false
).
If omitted, all members are listed.
isOwned
- An optional Boolean value. If provided, the request is limited either to members that the current Amazon
Web Services account owns (true
) or that other Amazon Web Services accountsn own (
false
). If omitted, all members are listed.public Boolean isOwned()
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true
) or that other Amazon Web Services accountsn own (false
).
If omitted, all members are listed.
true
) or that other Amazon Web Services accountsn own (
false
). If omitted, all members are listed.public void setMaxResults(Integer maxResults)
The maximum number of members to return in the request.
maxResults
- The maximum number of members to return in the request.public Integer getMaxResults()
The maximum number of members to return in the request.
public ListMembersRequest withMaxResults(Integer maxResults)
The maximum number of members to return in the request.
maxResults
- The maximum number of members to return in the request.public void setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken
- The pagination token that indicates the next set of results to retrieve.public String getNextToken()
The pagination token that indicates the next set of results to retrieve.
public ListMembersRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken
- The pagination token that indicates the next set of results to retrieve.public String toString()
toString
in class Object
Object.toString()
public ListMembersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()