JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.iot1clickprojects.model

Class CreateProjectRequest

    • Constructor Detail

      • CreateProjectRequest

        public CreateProjectRequest()
    • Method Detail

      • setProjectName

        public void setProjectName(String projectName)

        The name of the project to create.

        Parameters:
        projectName - The name of the project to create.
      • getProjectName

        public String getProjectName()

        The name of the project to create.

        Returns:
        The name of the project to create.
      • withProjectName

        public CreateProjectRequest withProjectName(String projectName)

        The name of the project to create.

        Parameters:
        projectName - The name of the project to create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        An optional description for the project.

        Parameters:
        description - An optional description for the project.
      • getDescription

        public String getDescription()

        An optional description for the project.

        Returns:
        An optional description for the project.
      • withDescription

        public CreateProjectRequest withDescription(String description)

        An optional description for the project.

        Parameters:
        description - An optional description for the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPlacementTemplate

        public void setPlacementTemplate(PlacementTemplate placementTemplate)

        The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.

        Parameters:
        placementTemplate - The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.
      • getPlacementTemplate

        public PlacementTemplate getPlacementTemplate()

        The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.

        Returns:
        The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.
      • withPlacementTemplate

        public CreateProjectRequest withPlacementTemplate(PlacementTemplate placementTemplate)

        The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.

        Parameters:
        placementTemplate - The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update callbackOverrides for the device templates using the UpdateProject API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public Map<String,String> getTags()

        Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

        Returns:
        Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
      • setTags

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

        Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

        Parameters:
        tags - Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
      • withTags

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

        Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

        Parameters:
        tags - Optional tags (metadata key/value pairs) to be associated with the project. For example, { {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

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