@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateEnvironmentOperationsRoleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to disassociate the operations role from an environment.
NOOP| Constructor and Description |
|---|
DisassociateEnvironmentOperationsRoleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateEnvironmentOperationsRoleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The name of the environment from which to disassociate the operations role.
|
int |
hashCode() |
void |
setEnvironmentName(String environmentName)
The name of the environment from which to disassociate the operations role.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateEnvironmentOperationsRoleRequest |
withEnvironmentName(String environmentName)
The name of the environment from which to disassociate the operations role.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic DisassociateEnvironmentOperationsRoleRequest()
public void setEnvironmentName(String environmentName)
The name of the environment from which to disassociate the operations role.
environmentName - The name of the environment from which to disassociate the operations role.public String getEnvironmentName()
The name of the environment from which to disassociate the operations role.
public DisassociateEnvironmentOperationsRoleRequest withEnvironmentName(String environmentName)
The name of the environment from which to disassociate the operations role.
environmentName - The name of the environment from which to disassociate the operations role.public String toString()
toString in class ObjectObject.toString()public DisassociateEnvironmentOperationsRoleRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.