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

Class CreateApplicationRequest

    • Constructor Detail

      • CreateApplicationRequest

        public CreateApplicationRequest()
    • Method Detail

      • setApplicationName

        public void setApplicationName(String applicationName)

        The name of the web application.

        Parameters:
        applicationName - The name of the web application.
      • getApplicationName

        public String getApplicationName()

        The name of the web application.

        Returns:
        The name of the web application.
      • withApplicationName

        public CreateApplicationRequest withApplicationName(String applicationName)

        The name of the web application.

        Parameters:
        applicationName - The name of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setApplicationDescription

        public void setApplicationDescription(String applicationDescription)

        An optional description of the web application.

        Parameters:
        applicationDescription - An optional description of the web application.
      • getApplicationDescription

        public String getApplicationDescription()

        An optional description of the web application.

        Returns:
        An optional description of the web application.
      • withApplicationDescription

        public CreateApplicationRequest withApplicationDescription(String applicationDescription)

        An optional description of the web application.

        Parameters:
        applicationDescription - An optional description of the web application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Parameters:
        clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • getClientToken

        public String getClientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • withClientToken

        public CreateApplicationRequest withClientToken(String clientToken)

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Parameters:
        clientToken - A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRoleArn

        public void setRoleArn(String roleArn)

        The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        The name of the role must be in the form AWSIotFleetHub_random_string .

        Parameters:
        roleArn - The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        The name of the role must be in the form AWSIotFleetHub_random_string .

      • getRoleArn

        public String getRoleArn()

        The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        The name of the role must be in the form AWSIotFleetHub_random_string .

        Returns:
        The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        The name of the role must be in the form AWSIotFleetHub_random_string .

      • withRoleArn

        public CreateApplicationRequest withRoleArn(String roleArn)

        The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        The name of the role must be in the form AWSIotFleetHub_random_string .

        Parameters:
        roleArn - The ARN of the role that the web application assumes when it interacts with Amazon Web Services IoT Core.

        The name of the role must be in the form AWSIotFleetHub_random_string .

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

        public Map<String,String> getTags()

        A set of key/value pairs that you can use to manage the web application resource.

        Returns:
        A set of key/value pairs that you can use to manage the web application resource.
      • setTags

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

        A set of key/value pairs that you can use to manage the web application resource.

        Parameters:
        tags - A set of key/value pairs that you can use to manage the web application resource.
      • withTags

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

        A set of key/value pairs that you can use to manage the web application resource.

        Parameters:
        tags - A set of key/value pairs that you can use to manage the web application resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public CreateApplicationRequest 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 によって変換されたページ (->オリジナル) /