@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCustomDomainsRequest extends AppRunnerRequest implements ToCopyableBuilder<DescribeCustomDomainsRequest.Builder,DescribeCustomDomainsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCustomDomainsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCustomDomainsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results that each response (result page) can include.
|
String |
nextToken()
A token from a previous result page.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCustomDomainsRequest.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be
described for.
|
DescribeCustomDomainsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceArn()
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
public final 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.
If you don't specify NextToken, the request retrieves the first result page.
public final 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.
If you don't specify MaxResults, the request retrieves all available results in a single
response.
public DescribeCustomDomainsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCustomDomainsRequest.Builder,DescribeCustomDomainsRequest>toBuilder in class AppRunnerRequestpublic static DescribeCustomDomainsRequest.Builder builder()
public static Class<? extends DescribeCustomDomainsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.