Class InputDestinationRoute
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputDestinationRoute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDestinationRoute.Builder,InputDestinationRoute>
@Generated("software.amazon.awssdk:codegen") public final class InputDestinationRoute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDestinationRoute.Builder,InputDestinationRoute>
A network route configuration.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDestinationRoute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDestinationRoute.Builderbuilder()Stringcidr()The CIDR of the route.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringgateway()An optional gateway for the route.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InputDestinationRoute.Builder>serializableBuilderClass()InputDestinationRoute.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
-
cidr
public final String cidr()
The CIDR of the route.- Returns:
- The CIDR of the route.
-
gateway
public final String gateway()
An optional gateway for the route.- Returns:
- An optional gateway for the route.
-
toBuilder
public InputDestinationRoute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDestinationRoute.Builder,InputDestinationRoute>
-
builder
public static InputDestinationRoute.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDestinationRoute.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-