@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRotationOverrideRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteRotationOverrideRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRotationOverrideRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRotationId()
The Amazon Resource Name (ARN) of the rotation that was overridden.
|
String |
getRotationOverrideId()
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
|
int |
hashCode() |
void |
setRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation that was overridden.
|
void |
setRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRotationOverrideRequest |
withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation that was overridden.
|
DeleteRotationOverrideRequest |
withRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
|
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, withSdkRequestTimeoutpublic void setRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation that was overridden.
rotationId - The Amazon Resource Name (ARN) of the rotation that was overridden.public String getRotationId()
The Amazon Resource Name (ARN) of the rotation that was overridden.
public DeleteRotationOverrideRequest withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the rotation that was overridden.
rotationId - The Amazon Resource Name (ARN) of the rotation that was overridden.public void setRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
rotationOverrideId - The Amazon Resource Name (ARN) of the on-call rotation override to delete.public String getRotationOverrideId()
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
public DeleteRotationOverrideRequest withRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the on-call rotation override to delete.
rotationOverrideId - The Amazon Resource Name (ARN) of the on-call rotation override to delete.public String toString()
toString in class ObjectObject.toString()public DeleteRotationOverrideRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()