@Generated(value="software.amazon.awssdk:codegen") public final class ConnectAttachmentOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectAttachmentOptions.Builder,ConnectAttachmentOptions>
Describes a core network Connect attachment options.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectAttachmentOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectAttachmentOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TunnelProtocol |
protocol()
The protocol used for the attachment connection.
|
String |
protocolAsString()
The protocol used for the attachment connection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectAttachmentOptions.Builder> |
serializableBuilderClass() |
ConnectAttachmentOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TunnelProtocol protocol()
The protocol used for the attachment connection.
If the service returns an enum value that is not available in the current SDK version, protocol will
return TunnelProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
TunnelProtocolpublic final String protocolAsString()
The protocol used for the attachment connection.
If the service returns an enum value that is not available in the current SDK version, protocol will
return TunnelProtocol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
protocolAsString().
TunnelProtocolpublic ConnectAttachmentOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectAttachmentOptions.Builder,ConnectAttachmentOptions>public static ConnectAttachmentOptions.Builder builder()
public static Class<? extends ConnectAttachmentOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.