@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetOnPremisesInstancesRequest extends CodeDeployRequest implements ToCopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>
Represents the input of a BatchGetOnPremisesInstances operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetOnPremisesInstancesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetOnPremisesInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
instanceNames()
The names of the on-premises instances about which to get information.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetOnPremisesInstancesRequest.Builder> |
serializableBuilderClass() |
BatchGetOnPremisesInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> instanceNames()
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BatchGetOnPremisesInstancesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>toBuilder in class CodeDeployRequestpublic static BatchGetOnPremisesInstancesRequest.Builder builder()
public static Class<? extends BatchGetOnPremisesInstancesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.