@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateLinkRequest extends NetworkManagerRequest implements ToCopyableBuilder<DisassociateLinkRequest.Builder,DisassociateLinkRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateLinkRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateLinkRequest.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 DisassociateLinkRequest.Builder> |
serializableBuilderClass() |
DisassociateLinkRequest.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 DisassociateLinkRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateLinkRequest.Builder,DisassociateLinkRequest>toBuilder in class NetworkManagerRequestpublic static DisassociateLinkRequest.Builder builder()
public static Class<? extends DisassociateLinkRequest.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.