Class UpdateBridgeNetworkSourceRequest
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconnect.model.UpdateBridgeNetworkSourceRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UpdateBridgeNetworkSourceRequest.Builder,UpdateBridgeNetworkSourceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateBridgeNetworkSourceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBridgeNetworkSourceRequest.Builder,UpdateBridgeNetworkSourceRequest>
Update the network source of the bridge.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateBridgeNetworkSourceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateBridgeNetworkSourceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmulticastIp()The network source multicast IP.StringnetworkName()The network source's gateway network name.Integerport()The network source port.Protocolprotocol()The network source protocol.StringprotocolAsString()The network source protocol.List<SdkField<?>>sdkFields()static Class<? extends UpdateBridgeNetworkSourceRequest.Builder>serializableBuilderClass()UpdateBridgeNetworkSourceRequest.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
-
multicastIp
public final String multicastIp()
The network source multicast IP.- Returns:
- The network source multicast IP.
-
networkName
public final String networkName()
The network source's gateway network name.- Returns:
- The network source's gateway network name.
-
port
public final Integer port()
The network source port.- Returns:
- The network source port.
-
protocol
public final Protocol protocol()
The network source protocol.If the service returns an enum value that is not available in the current SDK version,
protocolwill returnProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprotocolAsString().- Returns:
- The network source protocol.
- See Also:
Protocol
-
protocolAsString
public final String protocolAsString()
The network source protocol.If the service returns an enum value that is not available in the current SDK version,
protocolwill returnProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprotocolAsString().- Returns:
- The network source protocol.
- See Also:
Protocol
-
toBuilder
public UpdateBridgeNetworkSourceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBridgeNetworkSourceRequest.Builder,UpdateBridgeNetworkSourceRequest>
-
builder
public static UpdateBridgeNetworkSourceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateBridgeNetworkSourceRequest.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.
-
-