JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iottwinmaker.model

Class GetPropertyValueRequest

    • Constructor Detail

      • GetPropertyValueRequest

        public GetPropertyValueRequest()
    • Method Detail

      • setComponentName

        public void setComponentName(String componentName)

        The name of the component whose property values the operation returns.

        Parameters:
        componentName - The name of the component whose property values the operation returns.
      • getComponentName

        public String getComponentName()

        The name of the component whose property values the operation returns.

        Returns:
        The name of the component whose property values the operation returns.
      • withComponentName

        public GetPropertyValueRequest withComponentName(String componentName)

        The name of the component whose property values the operation returns.

        Parameters:
        componentName - The name of the component whose property values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComponentPath

        public void setComponentPath(String componentPath)

        This string specifies the path to the composite component, starting from the top-level component.

        Parameters:
        componentPath - This string specifies the path to the composite component, starting from the top-level component.
      • getComponentPath

        public String getComponentPath()

        This string specifies the path to the composite component, starting from the top-level component.

        Returns:
        This string specifies the path to the composite component, starting from the top-level component.
      • withComponentPath

        public GetPropertyValueRequest withComponentPath(String componentPath)

        This string specifies the path to the composite component, starting from the top-level component.

        Parameters:
        componentPath - This string specifies the path to the composite component, starting from the top-level component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComponentTypeId

        public void setComponentTypeId(String componentTypeId)

        The ID of the component type whose property values the operation returns.

        Parameters:
        componentTypeId - The ID of the component type whose property values the operation returns.
      • getComponentTypeId

        public String getComponentTypeId()

        The ID of the component type whose property values the operation returns.

        Returns:
        The ID of the component type whose property values the operation returns.
      • withComponentTypeId

        public GetPropertyValueRequest withComponentTypeId(String componentTypeId)

        The ID of the component type whose property values the operation returns.

        Parameters:
        componentTypeId - The ID of the component type whose property values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEntityId

        public void setEntityId(String entityId)

        The ID of the entity whose property values the operation returns.

        Parameters:
        entityId - The ID of the entity whose property values the operation returns.
      • getEntityId

        public String getEntityId()

        The ID of the entity whose property values the operation returns.

        Returns:
        The ID of the entity whose property values the operation returns.
      • withEntityId

        public GetPropertyValueRequest withEntityId(String entityId)

        The ID of the entity whose property values the operation returns.

        Parameters:
        entityId - The ID of the entity whose property values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSelectedProperties

        public List<String> getSelectedProperties()

        The properties whose values the operation returns.

        Returns:
        The properties whose values the operation returns.
      • setSelectedProperties

        public void setSelectedProperties(Collection<String> selectedProperties)

        The properties whose values the operation returns.

        Parameters:
        selectedProperties - The properties whose values the operation returns.
      • withSelectedProperties

        public GetPropertyValueRequest withSelectedProperties(Collection<String> selectedProperties)

        The properties whose values the operation returns.

        Parameters:
        selectedProperties - The properties whose values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setWorkspaceId

        public void setWorkspaceId(String workspaceId)

        The ID of the workspace whose values the operation returns.

        Parameters:
        workspaceId - The ID of the workspace whose values the operation returns.
      • getWorkspaceId

        public String getWorkspaceId()

        The ID of the workspace whose values the operation returns.

        Returns:
        The ID of the workspace whose values the operation returns.
      • withWorkspaceId

        public GetPropertyValueRequest withWorkspaceId(String workspaceId)

        The ID of the workspace whose values the operation returns.

        Parameters:
        workspaceId - The ID of the workspace whose values the operation returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxResults

        public void setMaxResults(Integer maxResults)

        The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

        Parameters:
        maxResults - The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

      • getMaxResults

        public Integer getMaxResults()

        The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

        Returns:
        The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

      • withMaxResults

        public GetPropertyValueRequest withMaxResults(Integer maxResults)

        The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

        Parameters:
        maxResults - The maximum number of results to return at one time. The default is 25.

        Valid Range: Minimum value of 1. Maximum value of 250.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
      • getNextToken

        public String getNextToken()

        The string that specifies the next page of results.

        Returns:
        The string that specifies the next page of results.
      • withNextToken

        public GetPropertyValueRequest withNextToken(String nextToken)

        The string that specifies the next page of results.

        Parameters:
        nextToken - The string that specifies the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPropertyGroupName

        public void setPropertyGroupName(String propertyGroupName)

        The property group name.

        Parameters:
        propertyGroupName - The property group name.
      • getPropertyGroupName

        public String getPropertyGroupName()

        The property group name.

        Returns:
        The property group name.
      • withPropertyGroupName

        public GetPropertyValueRequest withPropertyGroupName(String propertyGroupName)

        The property group name.

        Parameters:
        propertyGroupName - The property group name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTabularConditions

        public void setTabularConditions(TabularConditions tabularConditions)

        The tabular conditions.

        Parameters:
        tabularConditions - The tabular conditions.
      • getTabularConditions

        public TabularConditions getTabularConditions()

        The tabular conditions.

        Returns:
        The tabular conditions.
      • withTabularConditions

        public GetPropertyValueRequest withTabularConditions(TabularConditions tabularConditions)

        The tabular conditions.

        Parameters:
        tabularConditions - The tabular conditions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /