@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionLoaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the DescribeConnectionLoa operation.
NOOP| Constructor and Description |
|---|
DescribeConnectionLoaRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionLoaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionId() |
String |
getLoaContentType() |
String |
getProviderName()
The name of the APN partner or service provider who establishes connectivity on your behalf.
|
int |
hashCode() |
void |
setConnectionId(String connectionId) |
void |
setLoaContentType(LoaContentType loaContentType) |
void |
setLoaContentType(String loaContentType) |
void |
setProviderName(String providerName)
The name of the APN partner or service provider who establishes connectivity on your behalf.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeConnectionLoaRequest |
withConnectionId(String connectionId) |
DescribeConnectionLoaRequest |
withLoaContentType(LoaContentType loaContentType) |
DescribeConnectionLoaRequest |
withLoaContentType(String loaContentType) |
DescribeConnectionLoaRequest |
withProviderName(String providerName)
The name of the APN partner or 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)
connectionId - public String getConnectionId()
public DescribeConnectionLoaRequest withConnectionId(String connectionId)
connectionId - public void setProviderName(String providerName)
The name of the APN partner or 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 APN partner or 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 APN partner or 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 DescribeConnectionLoaRequest withProviderName(String providerName)
The name of the APN partner or 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 APN partner or 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 DescribeConnectionLoaRequest withLoaContentType(String loaContentType)
loaContentType - LoaContentTypepublic void setLoaContentType(LoaContentType loaContentType)
loaContentType - LoaContentTypepublic DescribeConnectionLoaRequest withLoaContentType(LoaContentType loaContentType)
loaContentType - LoaContentTypepublic String toString()
toString in class ObjectObject.toString()public DescribeConnectionLoaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.