@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBridgeNetworkSourceRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateBridgeNetworkSourceRequest.Builder,UpdateBridgeNetworkSourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBridgeNetworkSourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateBridgeNetworkSourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
multicastIp()
The network source multicast IP.
|
String |
networkName()
The network source's gateway network name.
|
Integer |
port()
The network source port.
|
Protocol |
protocol()
The network source protocol.
|
String |
protocolAsString()
The network source protocol.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBridgeNetworkSourceRequest.Builder> |
serializableBuilderClass() |
UpdateBridgeNetworkSourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String multicastIp()
public final String networkName()
public final Integer port()
public final Protocol protocol()
If the service returns an enum value that is not available in the current SDK version, protocol will
return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
Protocolpublic final String protocolAsString()
If the service returns an enum value that is not available in the current SDK version, protocol will
return Protocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
Protocolpublic UpdateBridgeNetworkSourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBridgeNetworkSourceRequest.Builder,UpdateBridgeNetworkSourceRequest>public static UpdateBridgeNetworkSourceRequest.Builder builder()
public static Class<? extends UpdateBridgeNetworkSourceRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.