@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEntitiesRequest() |
Modifier and Type | Method and Description |
---|---|
GetEntitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getIds()
An array of entity IDs.
|
Long |
getNamespaceVersion()
The version of the user's namespace.
|
int |
hashCode() |
void |
setIds(Collection<String> ids)
An array of entity IDs.
|
void |
setNamespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
String |
toString()
Returns a string representation of this object.
|
GetEntitiesRequest |
withIds(Collection<String> ids)
An array of entity IDs.
|
GetEntitiesRequest |
withIds(String... ids)
An array of entity IDs.
|
GetEntitiesRequest |
withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace.
|
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> getIds()
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public void setIds(Collection<String> ids)
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
ids
- An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public GetEntitiesRequest withIds(String... ids)
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
NOTE: This method appends the values to the existing list (if any). Use
setIds(java.util.Collection)
or withIds(java.util.Collection)
if you want to override the
existing values.
ids
- An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public GetEntitiesRequest withIds(Collection<String> ids)
An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
ids
- An array of entity IDs.
The IDs should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:device:DEVICENAME
public void setNamespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion
- The version of the user's namespace. Defaults to the latest version of the user's namespace.public Long getNamespaceVersion()
The version of the user's namespace. Defaults to the latest version of the user's namespace.
public GetEntitiesRequest withNamespaceVersion(Long namespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
namespaceVersion
- The version of the user's namespace. Defaults to the latest version of the user's namespace.public String toString()
toString
in class Object
Object.toString()
public GetEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()