@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplyPendingMaintenanceActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ApplyPendingMaintenanceActionRequest() |
Modifier and Type | Method and Description |
---|---|
ApplyPendingMaintenanceActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplyAction()
The pending maintenance action to apply to this resource.
|
String |
getOptInType()
A value that specifies the type of opt-in request, or undoes an opt-in request.
|
String |
getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
|
int |
hashCode() |
void |
setApplyAction(String applyAction)
The pending maintenance action to apply to this resource.
|
void |
setOptInType(String optInType)
A value that specifies the type of opt-in request, or undoes an opt-in request.
|
void |
setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
|
String |
toString()
Returns a string representation of this object.
|
ApplyPendingMaintenanceActionRequest |
withApplyAction(String applyAction)
The pending maintenance action to apply to this resource.
|
ApplyPendingMaintenanceActionRequest |
withOptInType(String optInType)
A value that specifies the type of opt-in request, or undoes an opt-in request.
|
ApplyPendingMaintenanceActionRequest |
withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
|
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 ApplyPendingMaintenanceActionRequest()
public void setReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.public String getReplicationInstanceArn()
The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
public ApplyPendingMaintenanceActionRequest withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.
replicationInstanceArn
- The Amazon Resource Name (ARN) of the AWS DMS resource that the pending maintenance action applies to.public void setApplyAction(String applyAction)
The pending maintenance action to apply to this resource.
applyAction
- The pending maintenance action to apply to this resource.public String getApplyAction()
The pending maintenance action to apply to this resource.
public ApplyPendingMaintenanceActionRequest withApplyAction(String applyAction)
The pending maintenance action to apply to this resource.
applyAction
- The pending maintenance action to apply to this resource.public void setOptInType(String optInType)
A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request
of type immediate
.
Valid values:
immediate
- Apply the maintenance action immediately.
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
optInType
- A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in
request of type immediate
.
Valid values:
immediate
- Apply the maintenance action immediately.
next-maintenance
- Apply the maintenance action during the next maintenance window for the
resource.
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
public String getOptInType()
A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request
of type immediate
.
Valid values:
immediate
- Apply the maintenance action immediately.
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
immediate
.
Valid values:
immediate
- Apply the maintenance action immediately.
next-maintenance
- Apply the maintenance action during the next maintenance window for the
resource.
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
public ApplyPendingMaintenanceActionRequest withOptInType(String optInType)
A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in request
of type immediate
.
Valid values:
immediate
- Apply the maintenance action immediately.
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource.
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
optInType
- A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an opt-in
request of type immediate
.
Valid values:
immediate
- Apply the maintenance action immediately.
next-maintenance
- Apply the maintenance action during the next maintenance window for the
resource.
undo-opt-in
- Cancel any existing next-maintenance
opt-in requests.
public String toString()
toString
in class Object
Object.toString()
public ApplyPendingMaintenanceActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.