@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeLoaRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLoaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId()
The ID of a connection, LAG, or interconnect.
|
String |
getLoaContentType()
The standard media type for the LOA-CFA document.
|
String |
getProviderName()
The name of the service provider who establishes connectivity on your behalf.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect.
|
void |
setLoaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
void |
setLoaContentType(String loaContentType)
The standard media type for the LOA-CFA document.
|
void |
setProviderName(String providerName)
The name of the service provider who establishes connectivity on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLoaRequest |
withConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect.
|
DescribeLoaRequest |
withLoaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
DescribeLoaRequest |
withLoaContentType(String loaContentType)
The standard media type for the LOA-CFA document.
|
DescribeLoaRequest |
withProviderName(String providerName)
The name of the service provider who establishes connectivity on your behalf.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect.
connectionId - The ID of a connection, LAG, or interconnect.public String getConnectionId()
The ID of a connection, LAG, or interconnect.
public DescribeLoaRequest withConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect.
connectionId - The ID of a connection, LAG, or interconnect.public void setProviderName(String providerName)
The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
providerName - The name of the service provider who establishes connectivity on your behalf. If you specify this
parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross
connect.public String getProviderName()
The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
public DescribeLoaRequest withProviderName(String providerName)
The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
providerName - The name of the service provider who establishes connectivity on your behalf. If you specify this
parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross
connect.public void setLoaContentType(String loaContentType)
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.LoaContentTypepublic String getLoaContentType()
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
LoaContentTypepublic DescribeLoaRequest withLoaContentType(String loaContentType)
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.LoaContentTypepublic void setLoaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.LoaContentTypepublic DescribeLoaRequest withLoaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.LoaContentTypepublic String toString()
toString in class ObjectObject.toString()public DescribeLoaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()