@Generated(value="software.amazon.awssdk:codegen") public final class BridgeNetworkSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BridgeNetworkSource.Builder,BridgeNetworkSource>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BridgeNetworkSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BridgeNetworkSource.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 |
name()
The name of the network source.
|
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 BridgeNetworkSource.Builder> |
serializableBuilderClass() |
BridgeNetworkSource.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 name()
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 BridgeNetworkSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BridgeNetworkSource.Builder,BridgeNetworkSource>public static BridgeNetworkSource.Builder builder()
public static Class<? extends BridgeNetworkSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.