@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEnvironmentMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteEnvironmentMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEnvironmentMembershipRequest |
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 delete the environment member from.
|
String |
getUserArn()
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
|
int |
hashCode() |
void |
setEnvironmentId(String environmentId)
The ID of the environment to delete the environment member from.
|
void |
setUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEnvironmentMembershipRequest |
withEnvironmentId(String environmentId)
The ID of the environment to delete the environment member from.
|
DeleteEnvironmentMembershipRequest |
withUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
|
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 to delete the environment member from.
environmentId
- The ID of the environment to delete the environment member from.public String getEnvironmentId()
The ID of the environment to delete the environment member from.
public DeleteEnvironmentMembershipRequest withEnvironmentId(String environmentId)
The ID of the environment to delete the environment member from.
environmentId
- The ID of the environment to delete the environment member from.public void setUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
userArn
- The Amazon Resource Name (ARN) of the environment member to delete from the environment.public String getUserArn()
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
public DeleteEnvironmentMembershipRequest withUserArn(String userArn)
The Amazon Resource Name (ARN) of the environment member to delete from the environment.
userArn
- The Amazon Resource Name (ARN) of the environment member to delete from the environment.public String toString()
toString
in class Object
Object.toString()
public DeleteEnvironmentMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.