Cloneable
, ReadLimitInfo
, ToCopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
@Generated("software.amazon.awssdk:codegen") public class BatchGetApplicationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
Represents the input of a BatchGetApplications operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchGetApplicationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
applicationNames() |
A list of application names separated by spaces.
|
static BatchGetApplicationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends BatchGetApplicationsRequest.Builder> |
serializableBuilderClass() |
|
BatchGetApplicationsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> applicationNames()
A list of application names separated by spaces.
public BatchGetApplicationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
public static BatchGetApplicationsRequest.Builder builder()
public static Class<? extends BatchGetApplicationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.