Class App
- java.lang.Object
-
- software.amazon.awssdk.services.fms.model.App
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<App.Builder,App>
@Generated("software.amazon.awssdk:codegen") public final class App extends Object implements SdkPojo, Serializable, ToCopyableBuilder<App.Builder,App>
An individual Firewall Manager application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApp.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappName()The application's name.static App.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longport()The application's port number, for example80.Stringprotocol()The IP protocol name or number.List<SdkField<?>>sdkFields()static Class<? extends App.Builder>serializableBuilderClass()App.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
-
appName
public final String appName()
The application's name.
- Returns:
- The application's name.
-
protocol
public final String protocol()
The IP protocol name or number. The name can be one of
tcp,udp, oricmp. For information on possible numbers, see Protocol Numbers.- Returns:
- The IP protocol name or number. The name can be one of
tcp,udp, oricmp. For information on possible numbers, see Protocol Numbers.
-
port
public final Long port()
The application's port number, for example
80.- Returns:
- The application's port number, for example
80.
-
toBuilder
public App.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<App.Builder,App>
-
builder
public static App.Builder builder()
-
serializableBuilderClass
public static Class<? extends App.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.
-
-