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()
boolean
int
hashCode()
void
setDayOfWeek
(Integer dayOfWeek) void
setGatewayARN
(String gatewayARN) void
setHourOfDay
(Integer hourOfDay) void
setMinuteOfHour
(Integer minuteOfHour) void
setTimezone
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-