Class DescribeSnapshotScheduleResult

java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeSnapshotScheduleResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeSnapshotScheduleResult extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • DescribeSnapshotScheduleResult

      public DescribeSnapshotScheduleResult()
  • Method Details

    • setVolumeARN

      public void setVolumeARN(String volumeARN)
      Parameters:
      volumeARN -
    • getVolumeARN

      public String getVolumeARN()
      Returns:
    • withVolumeARN

      public DescribeSnapshotScheduleResult withVolumeARN(String volumeARN)
      Parameters:
      volumeARN -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStartAt

      public void setStartAt(Integer startAt)
      Parameters:
      startAt -
    • getStartAt

      public Integer getStartAt()
      Returns:
    • withStartAt

      public DescribeSnapshotScheduleResult withStartAt(Integer startAt)
      Parameters:
      startAt -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setRecurrenceInHours

      public void setRecurrenceInHours(Integer recurrenceInHours)
      Parameters:
      recurrenceInHours -
    • getRecurrenceInHours

      public Integer getRecurrenceInHours()
      Returns:
    • withRecurrenceInHours

      public DescribeSnapshotScheduleResult withRecurrenceInHours(Integer recurrenceInHours)
      Parameters:
      recurrenceInHours -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setDescription

      public void setDescription(String description)
      Parameters:
      description -
    • getDescription

      public String getDescription()
      Returns:
    • withDescription

      public DescribeSnapshotScheduleResult withDescription(String description)
      Parameters:
      description -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setTimezone

      public void setTimezone(String timezone)
      Parameters:
      timezone -
    • getTimezone

      public String getTimezone()
      Returns:
    • withTimezone

      public DescribeSnapshotScheduleResult withTimezone(String timezone)
      Parameters:
      timezone -
      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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object