Class DeleteInterconnectResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.directconnect.model.DirectConnectResponse
-
- software.amazon.awssdk.services.directconnect.model.DeleteInterconnectResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteInterconnectResponse.Builder,DeleteInterconnectResponse>
@Generated("software.amazon.awssdk:codegen") public final class DeleteInterconnectResponse extends DirectConnectResponse implements ToCopyableBuilder<DeleteInterconnectResponse.Builder,DeleteInterconnectResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteInterconnectResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteInterconnectResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InterconnectStateinterconnectState()The state of the interconnect.StringinterconnectStateAsString()The state of the interconnect.List<SdkField<?>>sdkFields()static Class<? extends DeleteInterconnectResponse.Builder>serializableBuilderClass()DeleteInterconnectResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.directconnect.model.DirectConnectResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
interconnectState
public final InterconnectState interconnectState()
The state of the interconnect. The following are the possible values:
-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
If the service returns an enum value that is not available in the current SDK version,
interconnectStatewill returnInterconnectState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominterconnectStateAsString().- Returns:
- The state of the interconnect. The following are the possible values:
-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
-
- See Also:
InterconnectState
-
-
interconnectStateAsString
public final String interconnectStateAsString()
The state of the interconnect. The following are the possible values:
-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
If the service returns an enum value that is not available in the current SDK version,
interconnectStatewill returnInterconnectState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominterconnectStateAsString().- Returns:
- The state of the interconnect. The following are the possible values:
-
requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer. -
pending: The interconnect is approved, and is being initialized. -
available: The network link is up, and the interconnect is ready for use. -
down: The network link is down. -
deleting: The interconnect is being deleted. -
deleted: The interconnect is deleted. -
unknown: The state of the interconnect is not available.
-
- See Also:
InterconnectState
-
-
toBuilder
public DeleteInterconnectResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteInterconnectResponse.Builder,DeleteInterconnectResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DeleteInterconnectResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteInterconnectResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-