@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAutoshiftObserverNotificationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAutoshiftObserverNotificationStatusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAutoshiftObserverNotificationStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStatus()
The status to set for autoshift observer notification.
|
int |
hashCode() |
void |
setStatus(String status)
The status to set for autoshift observer notification.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAutoshiftObserverNotificationStatusRequest |
withStatus(AutoshiftObserverNotificationStatus status)
The status to set for autoshift observer notification.
|
UpdateAutoshiftObserverNotificationStatusRequest |
withStatus(String status)
The status to set for autoshift observer notification.
|
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 UpdateAutoshiftObserverNotificationStatusRequest()
public void setStatus(String status)
The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern Autoshift In Progress
.
When the status is DISABLED
, Route 53 ARC includes only autoshift events for autoshifts when one or
more of your resources is included in the autoshift.
status
- The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern
Autoshift In Progress
. When the status is DISABLED
, Route 53 ARC includes only
autoshift events for autoshifts when one or more of your resources is included in the autoshift.AutoshiftObserverNotificationStatus
public String getStatus()
The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern Autoshift In Progress
.
When the status is DISABLED
, Route 53 ARC includes only autoshift events for autoshifts when one or
more of your resources is included in the autoshift.
ENABLED
, Route 53
ARC includes all autoshift events when you use the Amazon EventBridge pattern
Autoshift In Progress
. When the status is DISABLED
, Route 53 ARC includes only
autoshift events for autoshifts when one or more of your resources is included in the autoshift.AutoshiftObserverNotificationStatus
public UpdateAutoshiftObserverNotificationStatusRequest withStatus(String status)
The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern Autoshift In Progress
.
When the status is DISABLED
, Route 53 ARC includes only autoshift events for autoshifts when one or
more of your resources is included in the autoshift.
status
- The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern
Autoshift In Progress
. When the status is DISABLED
, Route 53 ARC includes only
autoshift events for autoshifts when one or more of your resources is included in the autoshift.AutoshiftObserverNotificationStatus
public UpdateAutoshiftObserverNotificationStatusRequest withStatus(AutoshiftObserverNotificationStatus status)
The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern Autoshift In Progress
.
When the status is DISABLED
, Route 53 ARC includes only autoshift events for autoshifts when one or
more of your resources is included in the autoshift.
status
- The status to set for autoshift observer notification. If the status is ENABLED
, Route 53 ARC
includes all autoshift events when you use the Amazon EventBridge pattern
Autoshift In Progress
. When the status is DISABLED
, Route 53 ARC includes only
autoshift events for autoshifts when one or more of your resources is included in the autoshift.AutoshiftObserverNotificationStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateAutoshiftObserverNotificationStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()