ToCopyableBuilder<DescribeLoaResponse.Builder,DescribeLoaResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeLoaResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeLoaResponse.Builder,DescribeLoaResponse>
A structure containing the Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeLoaResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribeLoaResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ByteBuffer |
loaContent() |
ByteBuffers are stateful. |
String |
loaContentType() |
|
static Class<? extends DescribeLoaResponse.Builder> |
serializableBuilderClass() |
|
DescribeLoaResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic ByteBuffer loaContent()
ByteBuffers are stateful. Calling their get methods changes their position. We recommend
using ByteBuffer.asReadOnlyBuffer() to create a read-only view of the buffer with an independent
position, and calling get methods on this rather than directly on the returned ByteBuffer
. Doing so will ensure that anyone else using the ByteBuffer will not be affected by changes to the
position.
public String loaContentType()
LoaContentTypepublic DescribeLoaResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeLoaResponse.Builder,DescribeLoaResponse>public static DescribeLoaResponse.Builder builder()
public static Class<? extends DescribeLoaResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.