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

Class AssociateAwsAccountWithPartnerAccountRequest

    • Constructor Detail

      • AssociateAwsAccountWithPartnerAccountRequest

        public AssociateAwsAccountWithPartnerAccountRequest()
    • Method Detail

      • setSidewalk

        public void setSidewalk(SidewalkAccountInfo sidewalk)

        The Sidewalk account credentials.

        Parameters:
        sidewalk - The Sidewalk account credentials.
      • getSidewalk

        public SidewalkAccountInfo getSidewalk()

        The Sidewalk account credentials.

        Returns:
        The Sidewalk account credentials.
      • setClientRequestToken

        public void setClientRequestToken(String clientRequestToken)

        Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.

        Parameters:
        clientRequestToken - Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
      • getClientRequestToken

        public String getClientRequestToken()

        Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.

        Returns:
        Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
      • withClientRequestToken

        public AssociateAwsAccountWithPartnerAccountRequest withClientRequestToken(String clientRequestToken)

        Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.

        Parameters:
        clientRequestToken - Each resource must have a unique client request token. The client token is used to implement idempotency. It ensures that the request completes no more than one time. If you retry a request with the same token and the same parameters, the request will complete successfully. However, if you try to create a new resource using the same token but different parameters, an HTTP 409 conflict occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. For more information about idempotency, see Ensuring idempotency in Amazon EC2 API requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

        Returns:
        The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
      • setTags

        public void setTags(Collection<Tag> tags)

        The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

        Parameters:
        tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
      • withTags

        public AssociateAwsAccountWithPartnerAccountRequest withTags(Tag... tags)

        The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

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

        Parameters:
        tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public AssociateAwsAccountWithPartnerAccountRequest withTags(Collection<Tag> tags)

        The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.

        Parameters:
        tags - The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.
        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 によって変換されたページ (->オリジナル) /