Class DeleteSnapshotScheduleResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.DeleteSnapshotScheduleResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DeleteSnapshotScheduleResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteSnapshotScheduleResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteSnapshotScheduleResult
clone()
boolean
equals(Object obj)
String
getVolumeARN()
int
hashCode()
void
setVolumeARN(String volumeARN)
String
toString()
Returns a string representation of this object; useful for testing and debugging.DeleteSnapshotScheduleResult
withVolumeARN(String volumeARN)
-
-
-
Method Detail
-
setVolumeARN
public void setVolumeARN(String volumeARN)
- Parameters:
volumeARN
-
-
getVolumeARN
public String getVolumeARN()
- Returns:
-
withVolumeARN
public DeleteSnapshotScheduleResult withVolumeARN(String volumeARN)
- Parameters:
volumeARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteSnapshotScheduleResult clone()
-
-