@Generated(value="software.amazon.awssdk:codegen") public final class AssociateLinkRequest extends NetworkManagerRequest implements ToCopyableBuilder<AssociateLinkRequest.Builder,AssociateLinkRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateLinkRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateLinkRequest.Builder |
builder() |
String |
deviceId()
The ID of the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalNetworkId()
The ID of the global network.
|
int |
hashCode() |
String |
linkId()
The ID of the link.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateLinkRequest.Builder> |
serializableBuilderClass() |
AssociateLinkRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalNetworkId()
The ID of the global network.
public final String deviceId()
The ID of the device.
public final String linkId()
The ID of the link.
public AssociateLinkRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateLinkRequest.Builder,AssociateLinkRequest>toBuilder in class NetworkManagerRequestpublic static AssociateLinkRequest.Builder builder()
public static Class<? extends AssociateLinkRequest.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 © 2022. All rights reserved.