ToCopyableBuilder<GetDomainNamesResponse.Builder,GetDomainNamesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDomainNamesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDomainNamesResponse.Builder,GetDomainNamesResponse>
Represents a collection of DomainName resources.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDomainNamesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetDomainNamesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<DomainName> |
items() |
The current page of any DomainName resources in the collection of DomainName resources.
|
String |
position() |
|
static Class<? extends GetDomainNamesResponse.Builder> |
serializableBuilderClass() |
|
GetDomainNamesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String position()
public List<DomainName> items()
The current page of any DomainName resources in the collection of DomainName resources.
public GetDomainNamesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDomainNamesResponse.Builder,GetDomainNamesResponse>
public static GetDomainNamesResponse.Builder builder()
public static Class<? extends GetDomainNamesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.