Class DescribeMaintenanceStartTimeResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeMaintenanceStartTimeResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetDayOfWeek(Integer dayOfWeek) voidsetGatewayARN(String gatewayARN) voidsetHourOfDay(Integer hourOfDay) voidsetMinuteOfHour(Integer minuteOfHour) voidsetTimezone(String timezone) toString()Returns a string representation of this object; useful for testing and debugging.withDayOfWeek(Integer dayOfWeek) withGatewayARN(String gatewayARN) withHourOfDay(Integer hourOfDay) withMinuteOfHour(Integer minuteOfHour) withTimezone(String timezone)
-
Constructor Details
-
DescribeMaintenanceStartTimeResult
public DescribeMaintenanceStartTimeResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHourOfDay
- Parameters:
hourOfDay-
-
getHourOfDay
- Returns:
-
withHourOfDay
- Parameters:
hourOfDay-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMinuteOfHour
- Parameters:
minuteOfHour-
-
getMinuteOfHour
- Returns:
-
withMinuteOfHour
- Parameters:
minuteOfHour-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDayOfWeek
- Parameters:
dayOfWeek-
-
getDayOfWeek
- Returns:
-
withDayOfWeek
- Parameters:
dayOfWeek-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimezone
- Parameters:
timezone-
-
getTimezone
- Returns:
-
withTimezone
- Parameters:
timezone-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-