@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConnectionLoaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The ID of the connection.
|
String |
getLoaContentType()
The standard media type for the LOA-CFA document.
|
String |
getProviderName()
The name of the APN partner or service provider who establishes connectivity on your behalf.
|
int |
hashCode() |
void |
setConnectionId(String connectionId)
The ID of the connection.
|
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 APN partner or service provider who establishes connectivity on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
DescribeConnectionLoaRequest |
withConnectionId(String connectionId)
The ID of the connection.
|
DescribeConnectionLoaRequest |
withLoaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
DescribeConnectionLoaRequest |
withLoaContentType(String loaContentType)
The standard media type for the LOA-CFA document.
|
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, withSdkRequestTimeout
public void setConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public String getConnectionId()
The ID of the connection.
public DescribeConnectionLoaRequest withConnectionId(String connectionId)
The ID of the connection.
connectionId
- The ID of the connection.public void setProviderName(String providerName)
The name of the APN partner or 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 APN partner or 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 APN partner or 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 DescribeConnectionLoaRequest withProviderName(String providerName)
The name of the APN partner or 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 APN partner or 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.LoaContentType
public String getLoaContentType()
The standard media type for the LOA-CFA document. The only supported value is application/pdf.
LoaContentType
public DescribeConnectionLoaRequest 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.LoaContentType
public 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.LoaContentType
public DescribeConnectionLoaRequest 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.LoaContentType
public String toString()
toString
in class Object
Object.toString()
public DescribeConnectionLoaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.