@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInstalledComponentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListInstalledComponentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInstalledComponentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCoreDeviceThingName()
The name of the core device.
|
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.
|
String |
getTopologyFilter()
The filter for the list of components.
|
int |
hashCode() |
void |
setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
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.
|
void |
setTopologyFilter(String topologyFilter)
The filter for the list of components.
|
String |
toString()
Returns a string representation of this object.
|
ListInstalledComponentsRequest |
withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListInstalledComponentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListInstalledComponentsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListInstalledComponentsRequest |
withTopologyFilter(InstalledComponentTopologyFilter topologyFilter)
The filter for the list of components.
|
ListInstalledComponentsRequest |
withTopologyFilter(String topologyFilter)
The filter for the list of components.
|
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 void setCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName
- The name of the core device. This is also the name of the IoT thing.public String getCoreDeviceThingName()
The name of the core device. This is also the name of the IoT thing.
public ListInstalledComponentsRequest withCoreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName
- The name of the core device. This is also the name of the IoT thing.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 ListInstalledComponentsRequest 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 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 ListInstalledComponentsRequest 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 setTopologyFilter(String topologyFilter)
The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify in a
deployment. When you choose this option, the list doesn't include components that the core device installs as
dependencies of other components.
Default: ROOT
topologyFilter
- The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify
in a deployment. When you choose this option, the list doesn't include components that the core device
installs as dependencies of other components.
Default: ROOT
InstalledComponentTopologyFilter
public String getTopologyFilter()
The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify in a
deployment. When you choose this option, the list doesn't include components that the core device installs as
dependencies of other components.
Default: ROOT
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify
in a deployment. When you choose this option, the list doesn't include components that the core device
installs as dependencies of other components.
Default: ROOT
InstalledComponentTopologyFilter
public ListInstalledComponentsRequest withTopologyFilter(String topologyFilter)
The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify in a
deployment. When you choose this option, the list doesn't include components that the core device installs as
dependencies of other components.
Default: ROOT
topologyFilter
- The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify
in a deployment. When you choose this option, the list doesn't include components that the core device
installs as dependencies of other components.
Default: ROOT
InstalledComponentTopologyFilter
public ListInstalledComponentsRequest withTopologyFilter(InstalledComponentTopologyFilter topologyFilter)
The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify in a
deployment. When you choose this option, the list doesn't include components that the core device installs as
dependencies of other components.
Default: ROOT
topologyFilter
- The filter for the list of components. Choose from the following options:
ALL
– The list includes all components installed on the core device.
ROOT
– The list includes only root components, which are components that you specify
in a deployment. When you choose this option, the list doesn't include components that the core device
installs as dependencies of other components.
Default: ROOT
InstalledComponentTopologyFilter
public String toString()
toString
in class Object
Object.toString()
public ListInstalledComponentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()