Class Alert
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Alert.Builder,Alert>
Alert configuration parameters.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe code for the alert.final StringIf an alert is generated for a resource, an explanation of the reason for the alert.static Alert.Builderbuilder()final AlertCategorycategory()The category that MediaTailor assigns to the alert.final StringThe category that MediaTailor assigns to the alert.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the RelatedResourceArns property.final InstantThe timestamp when the alert was last modified.The Amazon Resource Names (ARNs) related to this alert.final StringThe Amazon Resource Name (ARN) of the resource.static Class<? extends Alert.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
alertCode
The code for the alert. For example,
NOT_PROCESSED.- Returns:
- The code for the alert. For example,
NOT_PROCESSED.
-
alertMessage
If an alert is generated for a resource, an explanation of the reason for the alert.
- Returns:
- If an alert is generated for a resource, an explanation of the reason for the alert.
-
category
The category that MediaTailor assigns to the alert.
If the service returns an enum value that is not available in the current SDK version,
categorywill returnAlertCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- The category that MediaTailor assigns to the alert.
- See Also:
-
categoryAsString
The category that MediaTailor assigns to the alert.
If the service returns an enum value that is not available in the current SDK version,
categorywill returnAlertCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcategoryAsString().- Returns:
- The category that MediaTailor assigns to the alert.
- See Also:
-
lastModifiedTime
The timestamp when the alert was last modified.
- Returns:
- The timestamp when the alert was last modified.
-
hasRelatedResourceArns
public final boolean hasRelatedResourceArns()For responses, this returns true if the service returned a value for the RelatedResourceArns 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. -
resourceArn
The Amazon Resource Name (ARN) of the resource.
- Returns:
- The Amazon Resource Name (ARN) of the resource.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Alert.Builder,Alert> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-