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

Class UpdateResourceShareRequest

    • Constructor Detail

      • UpdateResourceShareRequest

        public UpdateResourceShareRequest()
    • Method Detail

      • setName

        public void setName(String name)

        If specified, the new name that you want to attach to the resource share.

        Parameters:
        name - If specified, the new name that you want to attach to the resource share.
      • getName

        public String getName()

        If specified, the new name that you want to attach to the resource share.

        Returns:
        If specified, the new name that you want to attach to the resource share.
      • withName

        public UpdateResourceShareRequest withName(String name)

        If specified, the new name that you want to attach to the resource share.

        Parameters:
        name - If specified, the new name that you want to attach to the resource share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAllowExternalPrincipals

        public void setAllowExternalPrincipals(Boolean allowExternalPrincipals)

        Specifies whether principals outside your organization in Organizations can be associated with a resource share.

        Parameters:
        allowExternalPrincipals - Specifies whether principals outside your organization in Organizations can be associated with a resource share.
      • getAllowExternalPrincipals

        public Boolean getAllowExternalPrincipals()

        Specifies whether principals outside your organization in Organizations can be associated with a resource share.

        Returns:
        Specifies whether principals outside your organization in Organizations can be associated with a resource share.
      • withAllowExternalPrincipals

        public UpdateResourceShareRequest withAllowExternalPrincipals(Boolean allowExternalPrincipals)

        Specifies whether principals outside your organization in Organizations can be associated with a resource share.

        Parameters:
        allowExternalPrincipals - Specifies whether principals outside your organization in Organizations can be associated with a resource share.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isAllowExternalPrincipals

        public Boolean isAllowExternalPrincipals()

        Specifies whether principals outside your organization in Organizations can be associated with a resource share.

        Returns:
        Specifies whether principals outside your organization in Organizations can be associated with a resource share.
      • setClientToken

        public void setClientToken(String clientToken)

        Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

        If you don't provide this value, then Amazon Web Services generates a random one for you.

        If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

        Parameters:
        clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

        If you don't provide this value, then Amazon Web Services generates a random one for you.

        If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

      • getClientToken

        public String getClientToken()

        Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

        If you don't provide this value, then Amazon Web Services generates a random one for you.

        If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

        Returns:
        Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

        If you don't provide this value, then Amazon Web Services generates a random one for you.

        If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

      • withClientToken

        public UpdateResourceShareRequest withClientToken(String clientToken)

        Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

        If you don't provide this value, then Amazon Web Services generates a random one for you.

        If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

        Parameters:
        clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value..

        If you don't provide this value, then Amazon Web Services generates a random one for you.

        If you retry the operation with the same ClientToken, but with different parameters, the retry fails with an IdempotentParameterMismatch error.

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