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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeSnapshotScheduleResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeSnapshotScheduleResult
clone()
boolean
equals(Object obj)
String
getDescription()
Integer
getRecurrenceInHours()
Integer
getStartAt()
String
getTimezone()
String
getVolumeARN()
int
hashCode()
void
setDescription(String description)
void
setRecurrenceInHours(Integer recurrenceInHours)
void
setStartAt(Integer startAt)
void
setTimezone(String timezone)
void
setVolumeARN(String volumeARN)
String
toString()
Returns a string representation of this object; useful for testing and debugging.DescribeSnapshotScheduleResult
withDescription(String description)
DescribeSnapshotScheduleResult
withRecurrenceInHours(Integer recurrenceInHours)
DescribeSnapshotScheduleResult
withStartAt(Integer startAt)
DescribeSnapshotScheduleResult
withTimezone(String timezone)
DescribeSnapshotScheduleResult
withVolumeARN(String volumeARN)
-
-
-
Method Detail
-
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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeSnapshotScheduleResult clone()
-
-