ToCopyableBuilder<GetBasePathMappingsResponse.Builder,GetBasePathMappingsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetBasePathMappingsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBasePathMappingsResponse.Builder,GetBasePathMappingsResponse>
Represents a collection of BasePathMapping resources.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBasePathMappingsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetBasePathMappingsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<BasePathMapping> |
items() |
The current page of any BasePathMapping resources in the collection of base path mapping resources.
|
String |
position() |
|
static Class<? extends GetBasePathMappingsResponse.Builder> |
serializableBuilderClass() |
|
GetBasePathMappingsResponse.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<BasePathMapping> items()
The current page of any BasePathMapping resources in the collection of base path mapping resources.
public GetBasePathMappingsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBasePathMappingsResponse.Builder,GetBasePathMappingsResponse>
public static GetBasePathMappingsResponse.Builder builder()
public static Class<? extends GetBasePathMappingsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.