@Generated(value="software.amazon.awssdk:codegen") public final class ManagedProductDescriptor extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ManagedProductDescriptor.Builder,ManagedProductDescriptor>
The properties of a managed product, such as an Amazon Web Services Managed Rules rule group or an Amazon Web Services Marketplace managed rule group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ManagedProductDescriptor.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ManagedProductDescriptor.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isAdvancedManagedRuleSet()
Indicates whether the rule group provides an advanced set of protections, such as the the Amazon Web Services
Managed Rules rule groups that are used for WAF intelligent threat mitigation.
|
Boolean |
isVersioningSupported()
Indicates whether the rule group is versioned.
|
String |
managedRuleSetName()
The name of the managed rule group.
|
String |
productDescription()
A short description of the managed rule group.
|
String |
productId()
A unique identifier for the rule group.
|
String |
productLink()
For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.
|
String |
productTitle()
The display name for the managed rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ManagedProductDescriptor.Builder> |
serializableBuilderClass() |
String |
snsTopicArn()
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide
notification of changes to the managed rule group.
|
ManagedProductDescriptor.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vendorName()
The name of the managed rule group vendor.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vendorName()
The name of the managed rule group vendor. You use this, along with the rule group name, to identify a rule group.
public final String managedRuleSetName()
The name of the managed rule group. For example, AWSManagedRulesAnonymousIpList or
AWSManagedRulesATPRuleSet.
AWSManagedRulesAnonymousIpList or
AWSManagedRulesATPRuleSet.public final String productId()
A unique identifier for the rule group. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
public final String productLink()
For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.
public final String productTitle()
The display name for the managed rule group. For example, Anonymous IP list or
Account takeover prevention.
Anonymous IP list or
Account takeover prevention.public final String productDescription()
A short description of the managed rule group.
public final String snsTopicArn()
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide notification of changes to the managed rule group. You can subscribe to the SNS topic to receive notifications when the managed rule group is modified, such as for new versions and for version expiration. For more information, see the Amazon Simple Notification Service Developer Guide.
public final Boolean isVersioningSupported()
Indicates whether the rule group is versioned.
public final Boolean isAdvancedManagedRuleSet()
Indicates whether the rule group provides an advanced set of protections, such as the the Amazon Web Services Managed Rules rule groups that are used for WAF intelligent threat mitigation.
public ManagedProductDescriptor.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ManagedProductDescriptor.Builder,ManagedProductDescriptor>public static ManagedProductDescriptor.Builder builder()
public static Class<? extends ManagedProductDescriptor.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.