@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionLoaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeConnectionLoaResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionLoaResult |
clone() |
boolean |
equals(Object obj) |
Loa |
getLoa()
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
|
int |
hashCode() |
void |
setLoa(Loa loa)
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectionLoaResult |
withLoa(Loa loa)
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLoa(Loa loa)
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
loa - The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).public Loa getLoa()
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
public DescribeConnectionLoaResult withLoa(Loa loa)
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
loa - The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).public String toString()
toString in class ObjectObject.toString()public DescribeConnectionLoaResult clone()