ToCopyableBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetDeploymentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
Represents a collection resource that contains zero or more references to your existing deployments, and links that guide you on how to interact with your collection. The collection offers a paginated view of the contained deployments.
POST
request against this
resource. To view, update, or delete an existing deployment, make a GET
, PATCH
, or
DELETE
request, respectively, on a specified Deployment resource.Modifier and Type | Class | Description |
---|---|---|
static interface |
GetDeploymentsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetDeploymentsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<Deployment> |
items() |
The current page of any Deployment resources in the collection of deployment resources.
|
String |
position() |
|
static Class<? extends GetDeploymentsResponse.Builder> |
serializableBuilderClass() |
|
GetDeploymentsResponse.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<Deployment> items()
The current page of any Deployment resources in the collection of deployment resources.
public GetDeploymentsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
public static GetDeploymentsResponse.Builder builder()
public static Class<? extends GetDeploymentsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.