StructuredPojo
, ToCopyableBuilder<Loa.Builder,Loa>
@Generated("software.amazon.awssdk:codegen") public class Loa extends Object implements StructuredPojo, ToCopyableBuilder<Loa.Builder,Loa>
A structure containing the Letter of Authorization - Connecting Facility Assignment (LOA-CFA) for a connection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Loa.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Loa.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ByteBuffer |
loaContent() |
ByteBuffer s are stateful. |
String |
loaContentType() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Loa.Builder> |
serializableBuilderClass() |
|
Loa.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public ByteBuffer loaContent()
ByteBuffer
s 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()
LoaContentType
public Loa.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Loa.Builder,Loa>
public static Loa.Builder builder()
public static Class<? extends Loa.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.