@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetDevEndpointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchGetDevEndpointsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchGetDevEndpointsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getDevEndpointNames()
 The list of  DevEndpointnames, which might be the names returned from theListDevEndpointoperation. | 
| int | hashCode() | 
| void | setDevEndpointNames(Collection<String> devEndpointNames)
 The list of  DevEndpointnames, which might be the names returned from theListDevEndpointoperation. | 
| String | toString()Returns a string representation of this object. | 
| BatchGetDevEndpointsRequest | withDevEndpointNames(Collection<String> devEndpointNames)
 The list of  DevEndpointnames, which might be the names returned from theListDevEndpointoperation. | 
| BatchGetDevEndpointsRequest | withDevEndpointNames(String... devEndpointNames)
 The list of  DevEndpointnames, which might be the names returned from theListDevEndpointoperation. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getDevEndpointNames()
 The list of DevEndpoint names, which might be the names returned from the
 ListDevEndpoint operation.
 
DevEndpoint names, which might be the names returned from the
         ListDevEndpoint operation.public void setDevEndpointNames(Collection<String> devEndpointNames)
 The list of DevEndpoint names, which might be the names returned from the
 ListDevEndpoint operation.
 
devEndpointNames - The list of DevEndpoint names, which might be the names returned from the
        ListDevEndpoint operation.public BatchGetDevEndpointsRequest withDevEndpointNames(String... devEndpointNames)
 The list of DevEndpoint names, which might be the names returned from the
 ListDevEndpoint operation.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setDevEndpointNames(java.util.Collection) or withDevEndpointNames(java.util.Collection) if you
 want to override the existing values.
 
devEndpointNames - The list of DevEndpoint names, which might be the names returned from the
        ListDevEndpoint operation.public BatchGetDevEndpointsRequest withDevEndpointNames(Collection<String> devEndpointNames)
 The list of DevEndpoint names, which might be the names returned from the
 ListDevEndpoint operation.
 
devEndpointNames - The list of DevEndpoint names, which might be the names returned from the
        ListDevEndpoint operation.public String toString()
toString in class ObjectObject.toString()public BatchGetDevEndpointsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()