@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLoaRequest extends DirectConnectRequest implements ToCopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLoaRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeLoaRequest.Builder |
builder() |
String |
connectionId()
The ID of a connection, LAG, or interconnect.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoaContentType |
loaContentType()
The standard media type for the LOA-CFA document.
|
String |
loaContentTypeAsString()
The standard media type for the LOA-CFA document.
|
String |
providerName()
The name of the service provider who establishes connectivity on your behalf.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLoaRequest.Builder> |
serializableBuilderClass() |
DescribeLoaRequest.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 a connection, LAG, or interconnect.
public final String providerName()
The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
public final LoaContentType loaContentType()
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
If the service returns an enum value that is not available in the current SDK version, loaContentType
will return LoaContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from loaContentTypeAsString().
LoaContentTypepublic final String loaContentTypeAsString()
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
If the service returns an enum value that is not available in the current SDK version, loaContentType
will return LoaContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from loaContentTypeAsString().
LoaContentTypepublic DescribeLoaRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>toBuilder in class DirectConnectRequestpublic static DescribeLoaRequest.Builder builder()
public static Class<? extends DescribeLoaRequest.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.