Class MonthlySchedule
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.MonthlySchedule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
@Generated("software.amazon.awssdk:codegen") public final class MonthlySchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
A monthly schedule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonthlySchedule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonthlySchedule.Builderbuilder()Dayday()The monthly schedule's day.StringdayAsString()The monthly schedule's day.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends MonthlySchedule.Builder>serializableBuilderClass()TimestartTime()The monthly schedule's start time.MonthlySchedule.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
day
public final Day day()
The monthly schedule's day.
If the service returns an enum value that is not available in the current SDK version,
daywill returnDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdayAsString().- Returns:
- The monthly schedule's day.
- See Also:
Day
-
dayAsString
public final String dayAsString()
The monthly schedule's day.
If the service returns an enum value that is not available in the current SDK version,
daywill returnDay.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdayAsString().- Returns:
- The monthly schedule's day.
- See Also:
Day
-
startTime
public final Time startTime()
The monthly schedule's start time.
- Returns:
- The monthly schedule's start time.
-
toBuilder
public MonthlySchedule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
-
builder
public static MonthlySchedule.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonthlySchedule.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.
-
-