Class FirewallMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.networkfirewall.model.FirewallMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FirewallMetadata.Builder,FirewallMetadata>
@Generated("software.amazon.awssdk:codegen") public final class FirewallMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FirewallMetadata.Builder,FirewallMetadata>
High-level information about a firewall, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a firewall.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFirewallMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FirewallMetadata.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirewallArn()The Amazon Resource Name (ARN) of the firewall.StringfirewallName()The descriptive name of the firewall.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FirewallMetadata.Builder>serializableBuilderClass()FirewallMetadata.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
-
firewallName
public final String firewallName()
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
- Returns:
- The descriptive name of the firewall. You can't change the name of a firewall after you create it.
-
firewallArn
public final String firewallArn()
The Amazon Resource Name (ARN) of the firewall.
- Returns:
- The Amazon Resource Name (ARN) of the firewall.
-
toBuilder
public FirewallMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FirewallMetadata.Builder,FirewallMetadata>
-
builder
public static FirewallMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends FirewallMetadata.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.
-
-