Class Subscriber
- java.lang.Object
-
- software.amazon.awssdk.services.budgets.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 subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.
For example, an email subscriber has the following parameters:
-
A
subscriptionTypeofEMAIL -
An
addressofexample@example.com
- 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 address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.static Subscriber.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Subscriber.Builder>serializableBuilderClass()SubscriptionTypesubscriptionType()The type of notification that Amazon Web Services sends to a subscriber.StringsubscriptionTypeAsString()The type of notification that Amazon Web Services sends to a subscriber.Subscriber.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
-
subscriptionType
public final SubscriptionType subscriptionType()
The type of notification that Amazon Web Services sends to a subscriber.
If the service returns an enum value that is not available in the current SDK version,
subscriptionTypewill returnSubscriptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscriptionTypeAsString().- Returns:
- The type of notification that Amazon Web Services sends to a subscriber.
- See Also:
SubscriptionType
-
subscriptionTypeAsString
public final String subscriptionTypeAsString()
The type of notification that Amazon Web Services sends to a subscriber.
If the service returns an enum value that is not available in the current SDK version,
subscriptionTypewill returnSubscriptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsubscriptionTypeAsString().- Returns:
- The type of notification that Amazon Web Services sends to a subscriber.
- See Also:
SubscriptionType
-
address
public final String address()
The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.
When you create a subscriber, the value of
Addresscan't contain line breaks.- Returns:
- The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.
When you create a subscriber, the value of
Addresscan't contain line breaks.
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-