Class Subscriber
- java.lang.Object
-
- software.amazon.awssdk.services.costexplorer.model.Subscriber
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Subscriber.Builder,Subscriber>
@Generated("software.amazon.awssdk:codegen") public final class Subscriber extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Subscriber.Builder,Subscriber>
The recipient of
AnomalySubscriptionnotifications.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubscriber.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaddress()The email address or SNS Amazon Resource Name (ARN).static Subscriber.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Subscriber.Builder>serializableBuilderClass()SubscriberStatusstatus()Indicates if the subscriber accepts the notifications.StringstatusAsString()Indicates if the subscriber accepts the notifications.Subscriber.BuildertoBuilder()StringtoString()Returns a string representation of this object.SubscriberTypetype()The notification delivery channel.StringtypeAsString()The notification delivery channel.-
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
-
address
public final String address()
The email address or SNS Amazon Resource Name (ARN). This depends on the
Type.- Returns:
- The email address or SNS Amazon Resource Name (ARN). This depends on the
Type.
-
type
public final SubscriberType type()
The notification delivery channel.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSubscriberType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The notification delivery channel.
- See Also:
SubscriberType
-
typeAsString
public final String typeAsString()
The notification delivery channel.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSubscriberType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The notification delivery channel.
- See Also:
SubscriberType
-
status
public final SubscriberStatus status()
Indicates if the subscriber accepts the notifications.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSubscriberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates if the subscriber accepts the notifications.
- See Also:
SubscriberStatus
-
statusAsString
public final String statusAsString()
Indicates if the subscriber accepts the notifications.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnSubscriberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Indicates if the subscriber accepts the notifications.
- See Also:
SubscriberStatus
-
toBuilder
public Subscriber.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Subscriber.Builder,Subscriber>
-
builder
public static Subscriber.Builder builder()
-
serializableBuilderClass
public static Class<? extends Subscriber.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.
-
-