@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
DevEndpoint names, which might be the names returned from the
ListDevEndpoint operation. |
int |
hashCode() |
void |
setDevEndpointNames(Collection<String> devEndpointNames)
The list of
DevEndpoint names, which might 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 might be the names returned from the
ListDevEndpoint operation. |
BatchGetDevEndpointsRequest |
withDevEndpointNames(String... devEndpointNames)
The list of
DevEndpoint names, which might be the names returned from the
ListDevEndpoint operation. |
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public BatchGetDevEndpointsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()