Class DisassociateMacSecKeyRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.directconnect.model.DirectConnectRequest
-
- software.amazon.awssdk.services.directconnect.model.DisassociateMacSecKeyRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DisassociateMacSecKeyRequest.Builder,DisassociateMacSecKeyRequest>
@Generated("software.amazon.awssdk:codegen") public final class DisassociateMacSecKeyRequest extends DirectConnectRequest implements ToCopyableBuilder<DisassociateMacSecKeyRequest.Builder,DisassociateMacSecKeyRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDisassociateMacSecKeyRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DisassociateMacSecKeyRequest.Builderbuilder()StringconnectionId()The ID of the dedicated connection (dxcon-xxxx), or the ID of the LAG (dxlag-xxxx).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretARN()The Amazon Resource Name (ARN) of the MAC Security (MACsec) secret key.static Class<? extends DisassociateMacSecKeyRequest.Builder>serializableBuilderClass()DisassociateMacSecKeyRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
connectionId
public 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.
- Returns:
- 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.
-
secretARN
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.
- Returns:
- 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.
-
toBuilder
public DisassociateMacSecKeyRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DisassociateMacSecKeyRequest.Builder,DisassociateMacSecKeyRequest>- Specified by:
toBuilderin classDirectConnectRequest
-
builder
public static DisassociateMacSecKeyRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DisassociateMacSecKeyRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-