Class GatewayNetwork
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.GatewayNetwork
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GatewayNetwork.Builder,GatewayNetwork>
@Generated("software.amazon.awssdk:codegen") public final class GatewayNetwork extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GatewayNetwork.Builder,GatewayNetwork>
The network settings for a gateway.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGatewayNetwork.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GatewayNetwork.Builderbuilder()StringcidrBlock()A unique IP address range to use for this network.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the network.List<SdkField<?>>sdkFields()static Class<? extends GatewayNetwork.Builder>serializableBuilderClass()GatewayNetwork.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
-
cidrBlock
public final String cidrBlock()
A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.- Returns:
- A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
-
name
public final String name()
The name of the network. This name is used to reference the network and must be unique among networks in this gateway.- Returns:
- The name of the network. This name is used to reference the network and must be unique among networks in this gateway.
-
toBuilder
public GatewayNetwork.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GatewayNetwork.Builder,GatewayNetwork>
-
builder
public static GatewayNetwork.Builder builder()
-
serializableBuilderClass
public static Class<? extends GatewayNetwork.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.
-
-