@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRotationOverrideResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRotationOverrideResult() |
Modifier and Type | Method and Description |
---|---|
CreateRotationOverrideResult |
clone() |
boolean |
equals(Object obj) |
String |
getRotationOverrideId()
The Amazon Resource Name (ARN) of the created rotation override.
|
int |
hashCode() |
void |
setRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the created rotation override.
|
String |
toString()
Returns a string representation of this object.
|
CreateRotationOverrideResult |
withRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the created rotation override.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the created rotation override.
rotationOverrideId
- The Amazon Resource Name (ARN) of the created rotation override.public String getRotationOverrideId()
The Amazon Resource Name (ARN) of the created rotation override.
public CreateRotationOverrideResult withRotationOverrideId(String rotationOverrideId)
The Amazon Resource Name (ARN) of the created rotation override.
rotationOverrideId
- The Amazon Resource Name (ARN) of the created rotation override.public String toString()
toString
in class Object
Object.toString()
public CreateRotationOverrideResult clone()