@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInterconnectLoaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeInterconnectLoa operation.
NOOP| Constructor and Description |
|---|
DescribeInterconnectLoaRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeInterconnectLoaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInterconnectId() |
String |
getLoaContentType() |
String |
getProviderName()
The name of the service provider who establishes connectivity on your behalf.
|
int |
hashCode() |
void |
setInterconnectId(String interconnectId) |
void |
setLoaContentType(LoaContentType loaContentType) |
void |
setLoaContentType(String loaContentType) |
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.
|
DescribeInterconnectLoaRequest |
withInterconnectId(String interconnectId) |
DescribeInterconnectLoaRequest |
withLoaContentType(LoaContentType loaContentType) |
DescribeInterconnectLoaRequest |
withLoaContentType(String loaContentType) |
DescribeInterconnectLoaRequest |
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 setInterconnectId(String interconnectId)
interconnectId - public String getInterconnectId()
public DescribeInterconnectLoaRequest withInterconnectId(String interconnectId)
interconnectId - 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 DescribeInterconnectLoaRequest 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)
loaContentType - LoaContentTypepublic String getLoaContentType()
LoaContentTypepublic DescribeInterconnectLoaRequest withLoaContentType(String loaContentType)
loaContentType - LoaContentTypepublic void setLoaContentType(LoaContentType loaContentType)
loaContentType - LoaContentTypepublic DescribeInterconnectLoaRequest withLoaContentType(LoaContentType loaContentType)
loaContentType - LoaContentTypepublic String toString()
toString in class ObjectObject.toString()public DescribeInterconnectLoaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.