@Generated(value="software.amazon.awssdk:codegen") public class BatchGetApplicationRevisionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<BatchGetApplicationRevisionsResponse.Builder,BatchGetApplicationRevisionsResponse>
Represents the output of a BatchGetApplicationRevisions operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetApplicationRevisionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application that corresponds to the revisions.
|
static BatchGetApplicationRevisionsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
String |
errorMessage()
Information about errors that may have occurred during the API call.
|
int |
hashCode() |
List<RevisionInfo> |
revisions()
Additional information about the revisions, including the type and location.
|
static Class<? extends BatchGetApplicationRevisionsResponse.Builder> |
serializableBuilderClass() |
BatchGetApplicationRevisionsResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String applicationName()
The name of the application that corresponds to the revisions.
public String errorMessage()
Information about errors that may have occurred during the API call.
public List<RevisionInfo> revisions()
Additional information about the revisions, including the type and location.
public BatchGetApplicationRevisionsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<BatchGetApplicationRevisionsResponse.Builder,BatchGetApplicationRevisionsResponse>public static BatchGetApplicationRevisionsResponse.Builder builder()
public static Class<? extends BatchGetApplicationRevisionsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.