@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnvironmentMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentMembershipRequest |
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 for the environment member whose settings you want to change.
|
String |
getPermissions()
The replacement type of environment member permissions you want to associate with this environment member.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
|
void |
setPermissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentMembershipRequest |
withEnvironmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
|
UpdateEnvironmentMembershipRequest |
withPermissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest |
withPermissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member.
|
UpdateEnvironmentMembershipRequest |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
|
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 setEnvironmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
environmentId
- The ID of the environment for the environment member whose settings you want to change.public String getEnvironmentId()
The ID of the environment for the environment member whose settings you want to change.
public UpdateEnvironmentMembershipRequest withEnvironmentId(String environmentId)
The ID of the environment for the environment member whose settings you want to change.
environmentId
- The ID of the environment for the environment member whose settings you want to change.public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
userArn
- The Amazon Resource Name (ARN) of the environment member whose settings you want to change.public String getUserArn()
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
public UpdateEnvironmentMembershipRequest withUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member whose settings you want to change.
userArn
- The Amazon Resource Name (ARN) of the environment member whose settings you want to change.public void setPermissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
permissions
- The replacement type of environment member permissions you want to associate with this environment member.
Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
MemberPermissions
public String getPermissions()
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
MemberPermissions
public UpdateEnvironmentMembershipRequest withPermissions(String permissions)
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
permissions
- The replacement type of environment member permissions you want to associate with this environment member.
Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
MemberPermissions
public UpdateEnvironmentMembershipRequest withPermissions(MemberPermissions permissions)
The replacement type of environment member permissions you want to associate with this environment member. Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
permissions
- The replacement type of environment member permissions you want to associate with this environment member.
Available values include:
read-only
: Has read-only access to the environment.
read-write
: Has read-write access to the environment.
MemberPermissions
public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()