@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableFastSnapshotRestoreStateErrorItem extends Object implements Serializable, Cloneable
Contains information about an error that occurred when enabling fast snapshot restores.
Constructor and Description |
---|
EnableFastSnapshotRestoreStateErrorItem() |
Modifier and Type | Method and Description |
---|---|
EnableFastSnapshotRestoreStateErrorItem |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone.
|
EnableFastSnapshotRestoreStateError |
getError()
The error.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone.
|
void |
setError(EnableFastSnapshotRestoreStateError error)
The error.
|
String |
toString()
Returns a string representation of this object.
|
EnableFastSnapshotRestoreStateErrorItem |
withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
EnableFastSnapshotRestoreStateErrorItem |
withError(EnableFastSnapshotRestoreStateError error)
The error.
|
public EnableFastSnapshotRestoreStateErrorItem()
public void setAvailabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone
- The Availability Zone.public String getAvailabilityZone()
The Availability Zone.
public EnableFastSnapshotRestoreStateErrorItem withAvailabilityZone(String availabilityZone)
The Availability Zone.
availabilityZone
- The Availability Zone.public void setError(EnableFastSnapshotRestoreStateError error)
The error.
error
- The error.public EnableFastSnapshotRestoreStateError getError()
The error.
public EnableFastSnapshotRestoreStateErrorItem withError(EnableFastSnapshotRestoreStateError error)
The error.
error
- The error.public String toString()
toString
in class Object
Object.toString()
public EnableFastSnapshotRestoreStateErrorItem clone()
Copyright © 2024. All rights reserved.