@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartOrganizationServiceAccessUpdateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartOrganizationServiceAccessUpdateRequest() |
Modifier and Type | Method and Description |
---|---|
StartOrganizationServiceAccessUpdateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAction()
The action to take for the update request.
|
int |
hashCode() |
void |
setAction(String action)
The action to take for the update request.
|
String |
toString()
Returns a string representation of this object.
|
StartOrganizationServiceAccessUpdateRequest |
withAction(String action)
The action to take for the update request.
|
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 StartOrganizationServiceAccessUpdateRequest()
public void setAction(String action)
The action to take for the update request. This can be either ENABLE
or DISABLE
.
action
- The action to take for the update request. This can be either ENABLE
or DISABLE
.public String getAction()
The action to take for the update request. This can be either ENABLE
or DISABLE
.
ENABLE
or DISABLE
.public StartOrganizationServiceAccessUpdateRequest withAction(String action)
The action to take for the update request. This can be either ENABLE
or DISABLE
.
action
- The action to take for the update request. This can be either ENABLE
or DISABLE
.public String toString()
toString
in class Object
Object.toString()
public StartOrganizationServiceAccessUpdateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()