Class WeeklyAutoScalingSchedule
- java.lang.Object
-
- software.amazon.awssdk.services.opsworks.model.WeeklyAutoScalingSchedule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>
@Generated("software.amazon.awssdk:codegen") public final class WeeklyAutoScalingSchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>
Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.
-
The key is the time period (a UTC hour) and must be an integer from 0 - 23.
-
The value indicates whether the instance should be online or offline for the specified period, and must be set to "on" or "off"
The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period.
The following example specifies that the instance should be online for four hours, from UTC 1200 - 1600. It will be off for the remainder of the day.
{ "12":"on", "13":"on", "14":"on", "15":"on" }- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWeeklyAutoScalingSchedule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WeeklyAutoScalingSchedule.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Map<String,String>friday()The schedule for Friday.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasFriday()For responses, this returns true if the service returned a value for the Friday property.inthashCode()booleanhasMonday()For responses, this returns true if the service returned a value for the Monday property.booleanhasSaturday()For responses, this returns true if the service returned a value for the Saturday property.booleanhasSunday()For responses, this returns true if the service returned a value for the Sunday property.booleanhasThursday()For responses, this returns true if the service returned a value for the Thursday property.booleanhasTuesday()For responses, this returns true if the service returned a value for the Tuesday property.booleanhasWednesday()For responses, this returns true if the service returned a value for the Wednesday property.Map<String,String>monday()The schedule for Monday.Map<String,String>saturday()The schedule for Saturday.List<SdkField<?>>sdkFields()static Class<? extends WeeklyAutoScalingSchedule.Builder>serializableBuilderClass()Map<String,String>sunday()The schedule for Sunday.Map<String,String>thursday()The schedule for Thursday.WeeklyAutoScalingSchedule.BuildertoBuilder()StringtoString()Returns a string representation of this object.Map<String,String>tuesday()The schedule for Tuesday.Map<String,String>wednesday()The schedule for Wednesday.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasMonday
public final boolean hasMonday()
For responses, this returns true if the service returned a value for the Monday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
monday
public final Map<String,String> monday()
The schedule for Monday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasMonday()method.- Returns:
- The schedule for Monday.
-
hasTuesday
public final boolean hasTuesday()
For responses, this returns true if the service returned a value for the Tuesday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tuesday
public final Map<String,String> tuesday()
The schedule for Tuesday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTuesday()method.- Returns:
- The schedule for Tuesday.
-
hasWednesday
public final boolean hasWednesday()
For responses, this returns true if the service returned a value for the Wednesday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
wednesday
public final Map<String,String> wednesday()
The schedule for Wednesday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasWednesday()method.- Returns:
- The schedule for Wednesday.
-
hasThursday
public final boolean hasThursday()
For responses, this returns true if the service returned a value for the Thursday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
thursday
public final Map<String,String> thursday()
The schedule for Thursday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasThursday()method.- Returns:
- The schedule for Thursday.
-
hasFriday
public final boolean hasFriday()
For responses, this returns true if the service returned a value for the Friday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
friday
public final Map<String,String> friday()
The schedule for Friday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasFriday()method.- Returns:
- The schedule for Friday.
-
hasSaturday
public final boolean hasSaturday()
For responses, this returns true if the service returned a value for the Saturday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
saturday
public final Map<String,String> saturday()
The schedule for Saturday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSaturday()method.- Returns:
- The schedule for Saturday.
-
hasSunday
public final boolean hasSunday()
For responses, this returns true if the service returned a value for the Sunday property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
sunday
public final Map<String,String> sunday()
The schedule for Sunday.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSunday()method.- Returns:
- The schedule for Sunday.
-
toBuilder
public WeeklyAutoScalingSchedule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WeeklyAutoScalingSchedule.Builder,WeeklyAutoScalingSchedule>
-
builder
public static WeeklyAutoScalingSchedule.Builder builder()
-
serializableBuilderClass
public static Class<? extends WeeklyAutoScalingSchedule.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-