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 CreateSceneRequest

    • Constructor Detail

      • CreateSceneRequest

        public CreateSceneRequest()
    • Method Detail

      • setWorkspaceId

        public void setWorkspaceId(String workspaceId)

        The ID of the workspace that contains the scene.

        Parameters:
        workspaceId - The ID of the workspace that contains the scene.
      • getWorkspaceId

        public String getWorkspaceId()

        The ID of the workspace that contains the scene.

        Returns:
        The ID of the workspace that contains the scene.
      • withWorkspaceId

        public CreateSceneRequest withWorkspaceId(String workspaceId)

        The ID of the workspace that contains the scene.

        Parameters:
        workspaceId - The ID of the workspace that contains the scene.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSceneId

        public void setSceneId(String sceneId)

        The ID of the scene.

        Parameters:
        sceneId - The ID of the scene.
      • getSceneId

        public String getSceneId()

        The ID of the scene.

        Returns:
        The ID of the scene.
      • withSceneId

        public CreateSceneRequest withSceneId(String sceneId)

        The ID of the scene.

        Parameters:
        sceneId - The ID of the scene.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setContentLocation

        public void setContentLocation(String contentLocation)

        The relative path that specifies the location of the content definition file.

        Parameters:
        contentLocation - The relative path that specifies the location of the content definition file.
      • getContentLocation

        public String getContentLocation()

        The relative path that specifies the location of the content definition file.

        Returns:
        The relative path that specifies the location of the content definition file.
      • withContentLocation

        public CreateSceneRequest withContentLocation(String contentLocation)

        The relative path that specifies the location of the content definition file.

        Parameters:
        contentLocation - The relative path that specifies the location of the content definition file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description for this scene.

        Parameters:
        description - The description for this scene.
      • getDescription

        public String getDescription()

        The description for this scene.

        Returns:
        The description for this scene.
      • withDescription

        public CreateSceneRequest withDescription(String description)

        The description for this scene.

        Parameters:
        description - The description for this scene.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCapabilities

        public List<String> getCapabilities()

        A list of capabilities that the scene uses to render itself.

        Returns:
        A list of capabilities that the scene uses to render itself.
      • setCapabilities

        public void setCapabilities(Collection<String> capabilities)

        A list of capabilities that the scene uses to render itself.

        Parameters:
        capabilities - A list of capabilities that the scene uses to render itself.
      • withCapabilities

        public CreateSceneRequest withCapabilities(String... capabilities)

        A list of capabilities that the scene uses to render itself.

        NOTE: This method appends the values to the existing list (if any). Use setCapabilities(java.util.Collection) or withCapabilities(java.util.Collection) if you want to override the existing values.

        Parameters:
        capabilities - A list of capabilities that the scene uses to render itself.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withCapabilities

        public CreateSceneRequest withCapabilities(Collection<String> capabilities)

        A list of capabilities that the scene uses to render itself.

        Parameters:
        capabilities - A list of capabilities that the scene uses to render itself.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        Metadata that you can use to manage the scene.

        Returns:
        Metadata that you can use to manage the scene.
      • setTags

        public void setTags(Map<String,String> tags)

        Metadata that you can use to manage the scene.

        Parameters:
        tags - Metadata that you can use to manage the scene.
      • withTags

        public CreateSceneRequest withTags(Map<String,String> tags)

        Metadata that you can use to manage the scene.

        Parameters:
        tags - Metadata that you can use to manage the scene.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateSceneRequest clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSceneMetadata

        public Map<String,String> getSceneMetadata()

        The request metadata.

        Returns:
        The request metadata.
      • setSceneMetadata

        public void setSceneMetadata(Map<String,String> sceneMetadata)

        The request metadata.

        Parameters:
        sceneMetadata - The request metadata.
      • withSceneMetadata

        public CreateSceneRequest withSceneMetadata(Map<String,String> sceneMetadata)

        The request metadata.

        Parameters:
        sceneMetadata - The request metadata.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearSceneMetadataEntries

        public CreateSceneRequest clearSceneMetadataEntries()
        Removes all the entries added into SceneMetadata.
        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 によって変換されたページ (->オリジナル) /