@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInterconnectLoaResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInterconnectLoaResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInterconnectLoaResult |
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.
|
DescribeInterconnectLoaResult |
withLoa(Loa loa)
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 DescribeInterconnectLoaResult 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 Object
Object.toString()
public DescribeInterconnectLoaResult clone()