@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() |
boolean |
equals(Object obj) |
List<String> |
getDevEndpointNames()
The list of DevEndpoint names, which may be the names returned from the
ListDevEndpoint operation. |
int |
hashCode() |
void |
setDevEndpointNames(Collection<String> devEndpointNames)
The list of DevEndpoint names, which may be the names returned from the
ListDevEndpoint operation. |
String |
toString()
Returns a string representation of this object.
|
BatchGetDevEndpointsRequest |
withDevEndpointNames(Collection<String> devEndpointNames)
The list of DevEndpoint names, which may be the names returned from the
ListDevEndpoint operation. |
BatchGetDevEndpointsRequest |
withDevEndpointNames(String... devEndpointNames)
The list of DevEndpoint names, which may be the names returned from the
ListDevEndpoint operation. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeout
public List<String> getDevEndpointNames()
The list of DevEndpoint names, which may be the names returned from the ListDevEndpoint
operation.
ListDevEndpoint
operation.public void setDevEndpointNames(Collection<String> devEndpointNames)
The list of DevEndpoint names, which may be the names returned from the ListDevEndpoint
operation.
devEndpointNames
- The list of DevEndpoint names, which may be the names returned from the ListDevEndpoint
operation.public BatchGetDevEndpointsRequest withDevEndpointNames(String... devEndpointNames)
The list of DevEndpoint names, which may 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 may be the names returned from the ListDevEndpoint
operation.public BatchGetDevEndpointsRequest withDevEndpointNames(Collection<String> devEndpointNames)
The list of DevEndpoint names, which may be the names returned from the ListDevEndpoint
operation.
devEndpointNames
- The list of DevEndpoint names, which may be the names returned from the ListDevEndpoint
operation.public String toString()
toString
in class Object
Object.toString()
public BatchGetDevEndpointsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.