@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeLoa operation.
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 for which to get the LOA-CFA information.
|
String |
getLoaContentType()
A standard media type indicating the content type of 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 for which to get the LOA-CFA information.
|
void |
setLoaContentType(LoaContentType loaContentType)
A standard media type indicating the content type of the LOA-CFA document.
|
void |
setLoaContentType(String loaContentType)
A standard media type indicating the content type of 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; useful for testing and debugging.
|
DescribeLoaRequest |
withConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
|
DescribeLoaRequest |
withLoaContentType(LoaContentType loaContentType)
A standard media type indicating the content type of the LOA-CFA document.
|
DescribeLoaRequest |
withLoaContentType(String loaContentType)
A standard media type indicating the content type of 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, withSdkRequestTimeout
public void setConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
connectionId
- The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
public String getConnectionId()
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
Example: dxcon-abc123 or dxlag-abc123
Default: None
public DescribeLoaRequest withConnectionId(String connectionId)
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
connectionId
- The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
public void setProviderName(String providerName)
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
Default: None
providerName
- The name of the service provider who establishes connectivity on your behalf. If you supply this
parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross
connect.
Default: None
public String getProviderName()
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
Default: None
Default: None
public DescribeLoaRequest withProviderName(String providerName)
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
Default: None
providerName
- The name of the service provider who establishes connectivity on your behalf. If you supply this
parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross
connect.
Default: None
public void setLoaContentType(String loaContentType)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
loaContentType
- A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported
value is "application/pdf".
Default: application/pdf
LoaContentType
public String getLoaContentType()
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
Default: application/pdf
LoaContentType
public DescribeLoaRequest withLoaContentType(String loaContentType)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
loaContentType
- A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported
value is "application/pdf".
Default: application/pdf
LoaContentType
public void setLoaContentType(LoaContentType loaContentType)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
loaContentType
- A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported
value is "application/pdf".
Default: application/pdf
LoaContentType
public DescribeLoaRequest withLoaContentType(LoaContentType loaContentType)
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
loaContentType
- A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported
value is "application/pdf".
Default: application/pdf
LoaContentType
public String toString()
toString
in class Object
Object.toString()
public DescribeLoaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.