@Generated(value="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 and Description |
|---|---|
static interface |
Loa.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Loa.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ByteBuffer |
loaContent()
Returns the value of the LoaContent property for this object.
|
LoaContentType |
loaContentType()
Returns the value of the LoaContentType property for this object.
|
String |
loaContentTypeAsString()
Returns the value of the LoaContentType property for this object.
|
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() |
copypublic ByteBuffer loaContent()
This method will return a new read-only ByteBuffer each time it is invoked.
public LoaContentType loaContentType()
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 String loaContentTypeAsString()
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 Loa.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Loa.Builder,Loa>public static Loa.Builder builder()
public static Class<? extends Loa.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.