@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomDomainsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeCustomDomainsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomDomainsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results that each response (result page) can include.
|
String |
getNextToken()
A token from a previous result page.
|
String |
getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be
described for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results that each response (result page) can include.
|
void |
setNextToken(String nextToken)
A token from a previous result page.
|
void |
setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be
described for.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomDomainsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that each response (result page) can include.
|
DescribeCustomDomainsRequest |
withNextToken(String nextToken)
A token from a previous result page.
|
DescribeCustomDomainsRequest |
withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be
described for.
|
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 setServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to
be described for.public String getServiceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
public DescribeCustomDomainsRequest withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
serviceArn
- The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to
be described for.public void setNextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
nextToken
- A token from a previous result page. It's used for a paginated request. The request retrieves the next
result page. All other parameter values must be identical to the ones that are specified in the initial
request.
If you don't specify NextToken
, the request retrieves the first result page.
public String getNextToken()
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
If you don't specify NextToken
, the request retrieves the first result page.
public DescribeCustomDomainsRequest withNextToken(String nextToken)
A token from a previous result page. It's used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don't specify NextToken
, the request retrieves the first result page.
nextToken
- A token from a previous result page. It's used for a paginated request. The request retrieves the next
result page. All other parameter values must be identical to the ones that are specified in the initial
request.
If you don't specify NextToken
, the request retrieves the first result page.
public void setMaxResults(Integer maxResults)
The maximum number of results that each response (result page) can include. It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
maxResults
- The maximum number of results that each response (result page) can include. It's used for a paginated
request.
If you don't specify MaxResults
, the request retrieves all available results in a single
response.
public Integer getMaxResults()
The maximum number of results that each response (result page) can include. It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
If you don't specify MaxResults
, the request retrieves all available results in a single
response.
public DescribeCustomDomainsRequest withMaxResults(Integer maxResults)
The maximum number of results that each response (result page) can include. It's used for a paginated request.
If you don't specify MaxResults
, the request retrieves all available results in a single response.
maxResults
- The maximum number of results that each response (result page) can include. It's used for a paginated
request.
If you don't specify MaxResults
, the request retrieves all available results in a single
response.
public String toString()
toString
in class Object
Object.toString()
public DescribeCustomDomainsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()