@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCustomDomainsResponse extends AppRunnerResponse implements ToCopyableBuilder<DescribeCustomDomainsResponse.Builder,DescribeCustomDomainsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCustomDomainsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCustomDomainsResponse.Builder |
builder() |
List<CustomDomain> |
customDomains()
A list of descriptions of custom domain names that are associated with the service.
|
String |
dnsTarget()
The App Runner subdomain of the App Runner service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCustomDomains()
Returns true if the CustomDomains property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
String |
nextToken()
The token that you can pass in a subsequent request to get the next result page.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCustomDomainsResponse.Builder> |
serializableBuilderClass() |
String |
serviceArn()
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to
describe.
|
DescribeCustomDomainsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dnsTarget()
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
public final String serviceArn()
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
public final boolean hasCustomDomains()
public final List<CustomDomain> customDomains()
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the
request returns up to MaxResults records per call.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCustomDomains() to see if a value was sent in this field.
MaxResults records per call.public final String nextToken()
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
public DescribeCustomDomainsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCustomDomainsResponse.Builder,DescribeCustomDomainsResponse>toBuilder in class AwsResponsepublic static DescribeCustomDomainsResponse.Builder builder()
public static Class<? extends DescribeCustomDomainsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.