@Generated(value="software.amazon.awssdk:codegen") public final 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() |
SdkBytes |
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() |
copy
public SdkBytes loaContent()
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()
.
LoaContentType
public 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()
.
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.