com.amazonaws.services.storagegateway.model
Class UpdateSnapshotScheduleResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.UpdateSnapshotScheduleResult
All Implemented Interfaces:
Serializable

public class UpdateSnapshotScheduleResult
extends Object
implements Serializable

A JSON object containing the of the updated storage volume.

See Also:
Serialized Form

Constructor Summary
UpdateSnapshotScheduleResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getVolumeARN()
           Constraints:
Length: 50 - 500
 int hashCode()
           
 void setVolumeARN(String volumeARN)
           Constraints:
Length: 50 - 500
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 UpdateSnapshotScheduleResult withVolumeARN(String volumeARN)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateSnapshotScheduleResult

public UpdateSnapshotScheduleResult()
Method Detail

getVolumeARN

public String getVolumeARN()

Constraints:
Length: 50 - 500

Returns:

setVolumeARN

public void setVolumeARN(String volumeARN)

Constraints:
Length: 50 - 500

Parameters:
volumeARN -

withVolumeARN

public UpdateSnapshotScheduleResult withVolumeARN(String volumeARN)

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
volumeARN -
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.