Class Subscription
- java.lang.Object
-
- software.amazon.awssdk.services.shield.model.Subscription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Subscription.Builder,Subscription>
@Generated("software.amazon.awssdk:codegen") public final class Subscription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Subscription.Builder,Subscription>
Information about the Shield Advanced subscription for an account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSubscription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoRenewautoRenew()IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period.StringautoRenewAsString()IfENABLED, the subscription will be automatically renewed at the end of the existing subscription period.static Subscription.Builderbuilder()InstantendTime()The date and time your subscription will end.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasLimits()For responses, this returns true if the service returned a value for the Limits property.List<Limit>limits()Specifies how many protections of a given type you can create.ProactiveEngagementStatusproactiveEngagementStatus()IfENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.StringproactiveEngagementStatusAsString()IfENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.List<SdkField<?>>sdkFields()static Class<? extends Subscription.Builder>serializableBuilderClass()InstantstartTime()The start time of the subscription, in Unix time in seconds.StringsubscriptionArn()The ARN (Amazon Resource Name) of the subscription.SubscriptionLimitssubscriptionLimits()Limits settings for your subscription.LongtimeCommitmentInSeconds()The length, in seconds, of the Shield Advanced subscription for the account.Subscription.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
-
startTime
public final Instant startTime()
The start time of the subscription, in Unix time in seconds.
- Returns:
- The start time of the subscription, in Unix time in seconds.
-
endTime
public final Instant endTime()
The date and time your subscription will end.
- Returns:
- The date and time your subscription will end.
-
timeCommitmentInSeconds
public final Long timeCommitmentInSeconds()
The length, in seconds, of the Shield Advanced subscription for the account.
- Returns:
- The length, in seconds, of the Shield Advanced subscription for the account.
-
autoRenew
public final AutoRenew autoRenew()
If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.When you initally create a subscription,
AutoRenewis set toENABLED. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged.If the service returns an enum value that is not available in the current SDK version,
autoRenewwill returnAutoRenew.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoRenewAsString().- Returns:
- If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.When you initally create a subscription,
AutoRenewis set toENABLED. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged. - See Also:
AutoRenew
-
autoRenewAsString
public final String autoRenewAsString()
If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.When you initally create a subscription,
AutoRenewis set toENABLED. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged.If the service returns an enum value that is not available in the current SDK version,
autoRenewwill returnAutoRenew.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoRenewAsString().- Returns:
- If
ENABLED, the subscription will be automatically renewed at the end of the existing subscription period.When you initally create a subscription,
AutoRenewis set toENABLED. You can change this by submitting anUpdateSubscriptionrequest. If theUpdateSubscriptionrequest does not included a value forAutoRenew, the existing value forAutoRenewremains unchanged. - See Also:
AutoRenew
-
hasLimits
public final boolean hasLimits()
For responses, this returns true if the service returned a value for the Limits 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.
-
limits
public final List<Limit> limits()
Specifies how many protections of a given type you can create.
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
hasLimits()method.- Returns:
- Specifies how many protections of a given type you can create.
-
proactiveEngagementStatus
public final ProactiveEngagementStatus proactiveEngagementStatus()
If
ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.If
PENDING, you have requested proactive engagement and the request is pending. The status changes toENABLEDwhen your request is fully processed.If
DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.If the service returns an enum value that is not available in the current SDK version,
proactiveEngagementStatuswill returnProactiveEngagementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproactiveEngagementStatusAsString().- Returns:
- If
ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.If
PENDING, you have requested proactive engagement and the request is pending. The status changes toENABLEDwhen your request is fully processed.If
DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support. - See Also:
ProactiveEngagementStatus
-
proactiveEngagementStatusAsString
public final String proactiveEngagementStatusAsString()
If
ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.If
PENDING, you have requested proactive engagement and the request is pending. The status changes toENABLEDwhen your request is fully processed.If
DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support.If the service returns an enum value that is not available in the current SDK version,
proactiveEngagementStatuswill returnProactiveEngagementStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromproactiveEngagementStatusAsString().- Returns:
- If
ENABLED, the Shield Response Team (SRT) will use email and phone to notify contacts about escalations to the SRT and to initiate proactive customer support.If
PENDING, you have requested proactive engagement and the request is pending. The status changes toENABLEDwhen your request is fully processed.If
DISABLED, the SRT will not proactively notify contacts about escalations or to initiate proactive customer support. - See Also:
ProactiveEngagementStatus
-
subscriptionLimits
public final SubscriptionLimits subscriptionLimits()
Limits settings for your subscription.
- Returns:
- Limits settings for your subscription.
-
subscriptionArn
public final String subscriptionArn()
The ARN (Amazon Resource Name) of the subscription.
- Returns:
- The ARN (Amazon Resource Name) of the subscription.
-
toBuilder
public Subscription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Subscription.Builder,Subscription>
-
builder
public static Subscription.Builder builder()
-
serializableBuilderClass
public static Class<? extends Subscription.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.
-
-