@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomDomainAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeCustomDomainAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomDomainAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCustomDomainCertificateArn()
The certificate Amazon Resource Name (ARN) for the custom domain association.
|
String |
getCustomDomainName()
The custom domain name for the custom domain association.
|
String |
getMarker()
The marker for the custom domain association.
|
Integer |
getMaxRecords()
The maximum records setting for the associated custom domain.
|
int |
hashCode() |
void |
setCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain association.
|
void |
setCustomDomainName(String customDomainName)
The custom domain name for the custom domain association.
|
void |
setMarker(String marker)
The marker for the custom domain association.
|
void |
setMaxRecords(Integer maxRecords)
The maximum records setting for the associated custom domain.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomDomainAssociationsRequest |
withCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain association.
|
DescribeCustomDomainAssociationsRequest |
withCustomDomainName(String customDomainName)
The custom domain name for the custom domain association.
|
DescribeCustomDomainAssociationsRequest |
withMarker(String marker)
The marker for the custom domain association.
|
DescribeCustomDomainAssociationsRequest |
withMaxRecords(Integer maxRecords)
The maximum records setting for the associated custom domain.
|
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 DescribeCustomDomainAssociationsRequest()
public void setCustomDomainName(String customDomainName)
The custom domain name for the custom domain association.
customDomainName
- The custom domain name for the custom domain association.public String getCustomDomainName()
The custom domain name for the custom domain association.
public DescribeCustomDomainAssociationsRequest withCustomDomainName(String customDomainName)
The custom domain name for the custom domain association.
customDomainName
- The custom domain name for the custom domain association.public void setCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain association.
customDomainCertificateArn
- The certificate Amazon Resource Name (ARN) for the custom domain association.public String getCustomDomainCertificateArn()
The certificate Amazon Resource Name (ARN) for the custom domain association.
public DescribeCustomDomainAssociationsRequest withCustomDomainCertificateArn(String customDomainCertificateArn)
The certificate Amazon Resource Name (ARN) for the custom domain association.
customDomainCertificateArn
- The certificate Amazon Resource Name (ARN) for the custom domain association.public void setMaxRecords(Integer maxRecords)
The maximum records setting for the associated custom domain.
maxRecords
- The maximum records setting for the associated custom domain.public Integer getMaxRecords()
The maximum records setting for the associated custom domain.
public DescribeCustomDomainAssociationsRequest withMaxRecords(Integer maxRecords)
The maximum records setting for the associated custom domain.
maxRecords
- The maximum records setting for the associated custom domain.public void setMarker(String marker)
The marker for the custom domain association.
marker
- The marker for the custom domain association.public String getMarker()
The marker for the custom domain association.
public DescribeCustomDomainAssociationsRequest withMarker(String marker)
The marker for the custom domain association.
marker
- The marker for the custom domain association.public String toString()
toString
in class Object
Object.toString()
public DescribeCustomDomainAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()