ToCopyableBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>
@Generated("software.amazon.awssdk:codegen") public class BatchGetApplicationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>
Represents the output of a BatchGetApplications operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchGetApplicationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<ApplicationInfo> |
applicationsInfo() |
Information about the applications.
|
static BatchGetApplicationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends BatchGetApplicationsResponse.Builder> |
serializableBuilderClass() |
|
BatchGetApplicationsResponse.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 List<ApplicationInfo> applicationsInfo()
Information about the applications.
public BatchGetApplicationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetApplicationsResponse.Builder,BatchGetApplicationsResponse>
public static BatchGetApplicationsResponse.Builder builder()
public static Class<? extends BatchGetApplicationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.