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