@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRotationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteRotationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteRotationRequest |
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 on-call rotation to delete.
|
int |
hashCode() |
void |
setRotationId(String rotationId)
The Amazon Resource Name (ARN) of the on-call rotation to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRotationRequest |
withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the on-call rotation 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, withSdkRequestTimeout
public void setRotationId(String rotationId)
The Amazon Resource Name (ARN) of the on-call rotation to delete.
rotationId
- The Amazon Resource Name (ARN) of the on-call rotation to delete.public String getRotationId()
The Amazon Resource Name (ARN) of the on-call rotation to delete.
public DeleteRotationRequest withRotationId(String rotationId)
The Amazon Resource Name (ARN) of the on-call rotation to delete.
rotationId
- The Amazon Resource Name (ARN) of the on-call rotation to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteRotationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()