com.amazonaws.services.storagegateway.model
Class DescribeMaintenanceStartTimeResult

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

public class DescribeMaintenanceStartTimeResult
extends Object
implements Serializable

Describe Maintenance Start Time Result

See Also:
Serialized Form

Constructor Summary
DescribeMaintenanceStartTimeResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Integer getDayOfWeek()
          Returns the value of the DayOfWeek property for this object.
 String getGatewayARN()
          The Amazon Resource Name (ARN) of the gateway.
 Integer getHourOfDay()
          Returns the value of the HourOfDay property for this object.
 Integer getMinuteOfHour()
          Returns the value of the MinuteOfHour property for this object.
 String getTimezone()
          Returns the value of the Timezone property for this object.
 int hashCode()
           
 void setDayOfWeek(Integer dayOfWeek)
          Sets the value of the DayOfWeek property for this object.
 void setGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 void setHourOfDay(Integer hourOfDay)
          Sets the value of the HourOfDay property for this object.
 void setMinuteOfHour(Integer minuteOfHour)
          Sets the value of the MinuteOfHour property for this object.
 void setTimezone(String timezone)
          Sets the value of the Timezone property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeMaintenanceStartTimeResult withDayOfWeek(Integer dayOfWeek)
          Sets the value of the DayOfWeek property for this object.
 DescribeMaintenanceStartTimeResult withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 DescribeMaintenanceStartTimeResult withHourOfDay(Integer hourOfDay)
          Sets the value of the HourOfDay property for this object.
 DescribeMaintenanceStartTimeResult withMinuteOfHour(Integer minuteOfHour)
          Sets the value of the MinuteOfHour property for this object.
 DescribeMaintenanceStartTimeResult withTimezone(String timezone)
          Sets the value of the Timezone property for this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeMaintenanceStartTimeResult

public DescribeMaintenanceStartTimeResult()
Method Detail

getGatewayARN

public String getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

setGatewayARN

public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

withGatewayARN

public DescribeMaintenanceStartTimeResult withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

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

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
Returns:
A reference to this updated object so that method calls can be chained together.

getHourOfDay

public Integer getHourOfDay()
Returns the value of the HourOfDay property for this object.

Constraints:
Range: 0 - 23

Returns:
The value of the HourOfDay property for this object.

setHourOfDay

public void setHourOfDay(Integer hourOfDay)
Sets the value of the HourOfDay property for this object.

Constraints:
Range: 0 - 23

Parameters:
hourOfDay - The new value for the HourOfDay property for this object.

withHourOfDay

public DescribeMaintenanceStartTimeResult withHourOfDay(Integer hourOfDay)
Sets the value of the HourOfDay property for this object.

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

Constraints:
Range: 0 - 23

Parameters:
hourOfDay - The new value for the HourOfDay property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getMinuteOfHour

public Integer getMinuteOfHour()
Returns the value of the MinuteOfHour property for this object.

Constraints:
Range: 0 - 59

Returns:
The value of the MinuteOfHour property for this object.

setMinuteOfHour

public void setMinuteOfHour(Integer minuteOfHour)
Sets the value of the MinuteOfHour property for this object.

Constraints:
Range: 0 - 59

Parameters:
minuteOfHour - The new value for the MinuteOfHour property for this object.

withMinuteOfHour

public DescribeMaintenanceStartTimeResult withMinuteOfHour(Integer minuteOfHour)
Sets the value of the MinuteOfHour property for this object.

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

Constraints:
Range: 0 - 59

Parameters:
minuteOfHour - The new value for the MinuteOfHour property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDayOfWeek

public Integer getDayOfWeek()
Returns the value of the DayOfWeek property for this object.

Constraints:
Range: 0 - 6

Returns:
The value of the DayOfWeek property for this object.

setDayOfWeek

public void setDayOfWeek(Integer dayOfWeek)
Sets the value of the DayOfWeek property for this object.

Constraints:
Range: 0 - 6

Parameters:
dayOfWeek - The new value for the DayOfWeek property for this object.

withDayOfWeek

public DescribeMaintenanceStartTimeResult withDayOfWeek(Integer dayOfWeek)
Sets the value of the DayOfWeek property for this object.

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

Constraints:
Range: 0 - 6

Parameters:
dayOfWeek - The new value for the DayOfWeek property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getTimezone

public String getTimezone()
Returns the value of the Timezone property for this object.

Constraints:
Length: 3 - 10

Returns:
The value of the Timezone property for this object.

setTimezone

public void setTimezone(String timezone)
Sets the value of the Timezone property for this object.

Constraints:
Length: 3 - 10

Parameters:
timezone - The new value for the Timezone property for this object.

withTimezone

public DescribeMaintenanceStartTimeResult withTimezone(String timezone)
Sets the value of the Timezone property for this object.

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

Constraints:
Length: 3 - 10

Parameters:
timezone - The new value for the Timezone property for this object.
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.