@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeletePracticeRunConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeletePracticeRunConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DeletePracticeRunConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
|
String |
getName()
The name of the resource that you deleted the practice run for.
|
String |
getZonalAutoshiftStatus()
The status of zonal autoshift for the resource.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
|
void |
setName(String name)
The name of the resource that you deleted the practice run for.
|
void |
setZonalAutoshiftStatus(String zonalAutoshiftStatus)
The status of zonal autoshift for the resource.
|
String |
toString()
Returns a string representation of this object.
|
DeletePracticeRunConfigurationResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
|
DeletePracticeRunConfigurationResult |
withName(String name)
The name of the resource that you deleted the practice run for.
|
DeletePracticeRunConfigurationResult |
withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The status of zonal autoshift for the resource.
|
DeletePracticeRunConfigurationResult |
withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The status of zonal autoshift for the resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeletePracticeRunConfigurationResult()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
arn
- The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.public String getArn()
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
public DeletePracticeRunConfigurationResult withArn(String arn)
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
arn
- The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.public void setName(String name)
The name of the resource that you deleted the practice run for.
name
- The name of the resource that you deleted the practice run for.public String getName()
The name of the resource that you deleted the practice run for.
public DeletePracticeRunConfigurationResult withName(String name)
The name of the resource that you deleted the practice run for.
name
- The name of the resource that you deleted the practice run for.public void setZonalAutoshiftStatus(String zonalAutoshiftStatus)
The status of zonal autoshift for the resource.
zonalAutoshiftStatus
- The status of zonal autoshift for the resource.ZonalAutoshiftStatus
public String getZonalAutoshiftStatus()
The status of zonal autoshift for the resource.
ZonalAutoshiftStatus
public DeletePracticeRunConfigurationResult withZonalAutoshiftStatus(String zonalAutoshiftStatus)
The status of zonal autoshift for the resource.
zonalAutoshiftStatus
- The status of zonal autoshift for the resource.ZonalAutoshiftStatus
public DeletePracticeRunConfigurationResult withZonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The status of zonal autoshift for the resource.
zonalAutoshiftStatus
- The status of zonal autoshift for the resource.ZonalAutoshiftStatus
public String toString()
toString
in class Object
Object.toString()
public DeletePracticeRunConfigurationResult clone()