@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSubscriptionsToEventBridgeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateSubscriptionsToEventBridgeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSubscriptionsToEventBridgeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getForceMove()
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your
replication instance version is.
|
int |
hashCode() |
Boolean |
isForceMove()
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your
replication instance version is.
|
void |
setForceMove(Boolean forceMove)
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your
replication instance version is.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSubscriptionsToEventBridgeRequest |
withForceMove(Boolean forceMove)
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your
replication instance version is.
|
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 UpdateSubscriptionsToEventBridgeRequest()
public void setForceMove(Boolean forceMove)
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
forceMove
- When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what
your replication instance version is. If not set or set to false, this operation runs only when all your
replication instances are from DMS version 3.4.6 or higher.public Boolean getForceMove()
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
public UpdateSubscriptionsToEventBridgeRequest withForceMove(Boolean forceMove)
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
forceMove
- When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what
your replication instance version is. If not set or set to false, this operation runs only when all your
replication instances are from DMS version 3.4.6 or higher.public Boolean isForceMove()
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
public String toString()
toString
in class Object
Object.toString()
public UpdateSubscriptionsToEventBridgeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()