|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.storagegateway.model.UpdateMaintenanceStartTimeRequest
public class UpdateMaintenanceStartTimeRequest
Container for the parameters to the UpdateMaintenanceStartTime operation
.
This operation updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway's time zone.
AWSStorageGateway.updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest)
Constructor Summary | |
---|---|
UpdateMaintenanceStartTimeRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Integer |
getDayOfWeek()
The maintenance start time day of the week. |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. |
Integer |
getHourOfDay()
The maintenance start time hour of day. |
Integer |
getMinuteOfHour()
The maintenance start time minute of hour.. |
int |
hashCode()
|
void |
setDayOfWeek(Integer dayOfWeek)
The maintenance start time day of the week. |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
void |
setHourOfDay(Integer hourOfDay)
The maintenance start time hour of day. |
void |
setMinuteOfHour(Integer minuteOfHour)
The maintenance start time minute of hour.. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
UpdateMaintenanceStartTimeRequest |
withDayOfWeek(Integer dayOfWeek)
The maintenance start time day of the week. |
UpdateMaintenanceStartTimeRequest |
withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. |
UpdateMaintenanceStartTimeRequest |
withHourOfDay(Integer hourOfDay)
The maintenance start time hour of day. |
UpdateMaintenanceStartTimeRequest |
withMinuteOfHour(Integer minuteOfHour)
The maintenance start time minute of hour.. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateMaintenanceStartTimeRequest()
Method Detail |
---|
public String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public UpdateMaintenanceStartTimeRequest withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.
public Integer getHourOfDay()
Length: 2
Valid Values: An integer between 0 and 23 representing the hour of day.
Constraints:
Range: 0 - 23
Length: 2
Valid Values: An integer between 0 and 23 representing the hour of day.
public void setHourOfDay(Integer hourOfDay)
Length: 2
Valid Values: An integer between 0 and 23 representing the hour of day.
Constraints:
Range: 0 - 23
hourOfDay
- The maintenance start time hour of day. Length: 2
Valid Values: An integer between 0 and 23 representing the hour of day.
public UpdateMaintenanceStartTimeRequest withHourOfDay(Integer hourOfDay)
Length: 2
Valid Values: An integer between 0 and 23 representing the hour of day.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 23
hourOfDay
- The maintenance start time hour of day. Length: 2
Valid Values: An integer between 0 and 23 representing the hour of day.
public Integer getMinuteOfHour()
Length: 2
Valid Values: An integer between 0 and 59 representing the minute of hour.
Constraints:
Range: 0 - 59
Length: 2
Valid Values: An integer between 0 and 59 representing the minute of hour.
public void setMinuteOfHour(Integer minuteOfHour)
Length: 2
Valid Values: An integer between 0 and 59 representing the minute of hour.
Constraints:
Range: 0 - 59
minuteOfHour
- The maintenance start time minute of hour.. Length: 2
Valid Values: An integer between 0 and 59 representing the minute of hour.
public UpdateMaintenanceStartTimeRequest withMinuteOfHour(Integer minuteOfHour)
Length: 2
Valid Values: An integer between 0 and 59 representing the minute of hour.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 59
minuteOfHour
- The maintenance start time minute of hour.. Length: 2
Valid Values: An integer between 0 and 59 representing the minute of hour.
public Integer getDayOfWeek()
Length: 1
Valid Values An integer between 0 and 6, where 0 represents Sunday and 6 represents Saturday.
Constraints:
Range: 0 - 6
Length: 1
Valid Values An integer between 0 and 6, where 0 represents Sunday and 6 represents Saturday.
public void setDayOfWeek(Integer dayOfWeek)
Length: 1
Valid Values An integer between 0 and 6, where 0 represents Sunday and 6 represents Saturday.
Constraints:
Range: 0 - 6
dayOfWeek
- The maintenance start time day of the week. Length: 1
Valid Values An integer between 0 and 6, where 0 represents Sunday and 6 represents Saturday.
public UpdateMaintenanceStartTimeRequest withDayOfWeek(Integer dayOfWeek)
Length: 1
Valid Values An integer between 0 and 6, where 0 represents Sunday and 6 represents Saturday.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 6
dayOfWeek
- The maintenance start time day of the week. Length: 1
Valid Values An integer between 0 and 6, where 0 represents Sunday and 6 represents Saturday.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |