@Generated(value="software.amazon.awssdk:codegen") public final class StartConnectionRequest extends OutpostsRequest implements ToCopyableBuilder<StartConnectionRequest.Builder,StartConnectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartConnectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The ID of the Outpost server.
|
static StartConnectionRequest.Builder |
builder() |
String |
clientPublicKey()
The public key of the client.
|
String |
deviceSerialNumber()
The serial number of the dongle.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
networkInterfaceDeviceIndex()
The device index of the network interface on the Outpost server.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartConnectionRequest.Builder> |
serializableBuilderClass() |
StartConnectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceSerialNumber()
The serial number of the dongle.
public final String assetId()
The ID of the Outpost server.
public final String clientPublicKey()
The public key of the client.
public final Integer networkInterfaceDeviceIndex()
The device index of the network interface on the Outpost server.
public StartConnectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartConnectionRequest.Builder,StartConnectionRequest>toBuilder in class OutpostsRequestpublic static StartConnectionRequest.Builder builder()
public static Class<? extends StartConnectionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.