@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateMacSecKeyRequest extends DirectConnectRequest implements ToCopyableBuilder<DisassociateMacSecKeyRequest.Builder,DisassociateMacSecKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateMacSecKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateMacSecKeyRequest.Builder |
builder() |
String |
connectionId()
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
String |
secretARN()
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
|
static Class<? extends DisassociateMacSecKeyRequest.Builder> |
serializableBuilderClass() |
DisassociateMacSecKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectionId()
The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).
You can use DescribeConnections or DescribeLags to retrieve connection ID.
You can use DescribeConnections or DescribeLags to retrieve connection ID.
public final String secretARN()
The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.
You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
You can use DescribeConnections to retrieve the ARN of the MAC Security (MACsec) secret key.
public DisassociateMacSecKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateMacSecKeyRequest.Builder,DisassociateMacSecKeyRequest>toBuilder in class DirectConnectRequestpublic static DisassociateMacSecKeyRequest.Builder builder()
public static Class<? extends DisassociateMacSecKeyRequest.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.