@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateEnvironmentRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateEnvironmentRoleRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateEnvironmentRoleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain in which an environment role is disassociated.
|
String |
getEnvironmentIdentifier()
The ID of the environment.
|
String |
getEnvironmentRoleArn()
The ARN of the environment role.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which an environment role is disassociated.
|
void |
setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
void |
setEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateEnvironmentRoleRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which an environment role is disassociated.
|
DisassociateEnvironmentRoleRequest |
withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
|
DisassociateEnvironmentRoleRequest |
withEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which an environment role is disassociated.
domainIdentifier
- The ID of the Amazon DataZone domain in which an environment role is disassociated.public String getDomainIdentifier()
The ID of the Amazon DataZone domain in which an environment role is disassociated.
public DisassociateEnvironmentRoleRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which an environment role is disassociated.
domainIdentifier
- The ID of the Amazon DataZone domain in which an environment role is disassociated.public void setEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier
- The ID of the environment.public String getEnvironmentIdentifier()
The ID of the environment.
public DisassociateEnvironmentRoleRequest withEnvironmentIdentifier(String environmentIdentifier)
The ID of the environment.
environmentIdentifier
- The ID of the environment.public void setEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
environmentRoleArn
- The ARN of the environment role.public String getEnvironmentRoleArn()
The ARN of the environment role.
public DisassociateEnvironmentRoleRequest withEnvironmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
environmentRoleArn
- The ARN of the environment role.public String toString()
toString
in class Object
Object.toString()
public DisassociateEnvironmentRoleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()