@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEnvironmentMembershipsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeEnvironmentMembershipsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentMembershipsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEnvironmentId()
The ID of the environment to get environment member information about.
|
Integer |
getMaxResults()
The maximum number of environment members to get information about.
|
String |
getNextToken()
During a previous call, 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.
|
List<String> |
getPermissions()
The type of environment member permissions to get information about.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of an individual environment member to get information about.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
The ID of the environment to get environment member information about.
|
void |
setMaxResults(Integer maxResults)
The maximum number of environment members to get information about.
|
void |
setNextToken(String nextToken)
During a previous call, 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.
|
void |
setPermissions(Collection<String> permissions)
The type of environment member permissions to get information about.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of an individual environment member to get information about.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEnvironmentMembershipsRequest |
withEnvironmentId(String environmentId)
The ID of the environment to get environment member information about.
|
DescribeEnvironmentMembershipsRequest |
withMaxResults(Integer maxResults)
The maximum number of environment members to get information about.
|
DescribeEnvironmentMembershipsRequest |
withNextToken(String nextToken)
During a previous call, 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.
|
DescribeEnvironmentMembershipsRequest |
withPermissions(Collection<String> permissions)
The type of environment member permissions to get information about.
|
DescribeEnvironmentMembershipsRequest |
withPermissions(Permissions... permissions)
The type of environment member permissions to get information about.
|
DescribeEnvironmentMembershipsRequest |
withPermissions(String... permissions)
The type of environment member permissions to get information about.
|
DescribeEnvironmentMembershipsRequest |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of an individual environment member to get information about.
|
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 DescribeEnvironmentMembershipsRequest()
public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned.
userArn
- The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value
is specified, information about all environment members are returned.public String getUserArn()
The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned.
public DescribeEnvironmentMembershipsRequest withUserArn(String userArn)
The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value is specified, information about all environment members are returned.
userArn
- The Amazon Resource Name (ARN) of an individual environment member to get information about. If no value
is specified, information about all environment members are returned.public void setEnvironmentId(String environmentId)
The ID of the environment to get environment member information about.
environmentId
- The ID of the environment to get environment member information about.public String getEnvironmentId()
The ID of the environment to get environment member information about.
public DescribeEnvironmentMembershipsRequest withEnvironmentId(String environmentId)
The ID of the environment to get environment member information about.
environmentId
- The ID of the environment to get environment member information about.public List<String> getPermissions()
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
Permissions
public void setPermissions(Collection<String> permissions)
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
permissions
- The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
Permissions
public DescribeEnvironmentMembershipsRequest withPermissions(String... permissions)
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
NOTE: This method appends the values to the existing list (if any). Use
setPermissions(java.util.Collection)
or withPermissions(java.util.Collection)
if you want to
override the existing values.
permissions
- The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
Permissions
public DescribeEnvironmentMembershipsRequest withPermissions(Collection<String> permissions)
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
permissions
- The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
Permissions
public DescribeEnvironmentMembershipsRequest withPermissions(Permissions... permissions)
The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
permissions
- The type of environment member permissions to get information about. Available values include:
owner
: Owns the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
If no value is specified, information about all environment members are returned.
Permissions
public void setNextToken(String nextToken)
During a previous call, 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. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
nextToken
- During a previous call, 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. To get all of the items in the list, keep calling
this operation with each subsequent next token that is returned, until no more next tokens are returned.public String getNextToken()
During a previous call, 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. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
public DescribeEnvironmentMembershipsRequest withNextToken(String nextToken)
During a previous call, 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. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
nextToken
- During a previous call, 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. To get all of the items in the list, keep calling
this operation with each subsequent next token that is returned, until no more next tokens are returned.public void setMaxResults(Integer maxResults)
The maximum number of environment members to get information about.
maxResults
- The maximum number of environment members to get information about.public Integer getMaxResults()
The maximum number of environment members to get information about.
public DescribeEnvironmentMembershipsRequest withMaxResults(Integer maxResults)
The maximum number of environment members to get information about.
maxResults
- The maximum number of environment members to get information about.public String toString()
toString
in class Object
Object.toString()
public DescribeEnvironmentMembershipsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()