@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssociatedAssetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAssociatedAssetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAssociatedAssetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssetId()
The ID of the parent asset.
|
String |
getHierarchyId()
The hierarchy ID (of the parent asset model) whose associated assets are returned.
|
Integer |
getMaxResults()
The maximum number of results to be returned per paginated request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the parent asset.
|
void |
setHierarchyId(String hierarchyId)
The hierarchy ID (of the parent asset model) whose associated assets are returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
String |
toString()
Returns a string representation of this object.
|
ListAssociatedAssetsRequest |
withAssetId(String assetId)
The ID of the parent asset.
|
ListAssociatedAssetsRequest |
withHierarchyId(String hierarchyId)
The hierarchy ID (of the parent asset model) whose associated assets are returned.
|
ListAssociatedAssetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListAssociatedAssetsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
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, withSdkRequestTimeoutpublic void setAssetId(String assetId)
The ID of the parent asset.
assetId - The ID of the parent asset.public String getAssetId()
The ID of the parent asset.
public ListAssociatedAssetsRequest withAssetId(String assetId)
The ID of the parent asset.
assetId - The ID of the parent asset.public void setHierarchyId(String hierarchyId)
The hierarchy ID (of the parent asset model) whose associated assets are returned. To find a hierarchy ID, use the DescribeAsset or DescribeAssetModel actions.
For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.
hierarchyId - The hierarchy ID (of the parent asset model) whose associated assets are returned. To find a hierarchy ID,
use the DescribeAsset
or
DescribeAssetModel actions.
For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.
public String getHierarchyId()
The hierarchy ID (of the parent asset model) whose associated assets are returned. To find a hierarchy ID, use the DescribeAsset or DescribeAssetModel actions.
For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.
For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.
public ListAssociatedAssetsRequest withHierarchyId(String hierarchyId)
The hierarchy ID (of the parent asset model) whose associated assets are returned. To find a hierarchy ID, use the DescribeAsset or DescribeAssetModel actions.
For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.
hierarchyId - The hierarchy ID (of the parent asset model) whose associated assets are returned. To find a hierarchy ID,
use the DescribeAsset
or
DescribeAssetModel actions.
For more information, see Asset Hierarchies in the AWS IoT SiteWise User Guide.
public void setNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public String getNextToken()
The token to be used for the next set of paginated results.
public ListAssociatedAssetsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public Integer getMaxResults()
The maximum number of results to be returned per paginated request.
public ListAssociatedAssetsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.public String toString()
toString in class ObjectObject.toString()public ListAssociatedAssetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.