Class StartTagSyncTaskResponse

    • Method Detail

      • groupArn

        public final String groupArn()

        The Amazon resource name (ARN) of the application group for which you want to add or remove resources.

        Returns:
        The Amazon resource name (ARN) of the application group for which you want to add or remove resources.
      • groupName

        public final String groupName()

        The name of the application group to onboard and sync resources.

        Returns:
        The name of the application group to onboard and sync resources.
      • taskArn

        public final String taskArn()

        The Amazon resource name (ARN) of the new tag-sync task.

        Returns:
        The Amazon resource name (ARN) of the new tag-sync task.
      • tagKey

        public final String tagKey()

        The tag key of the tag-sync task.

        Returns:
        The tag key of the tag-sync task.
      • tagValue

        public final String tagValue()

        The tag value of the tag-sync task.

        Returns:
        The tag value of the tag-sync task.
      • roleArn

        public final String roleArn()

        The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.

        Returns:
        The Amazon resource name (ARN) of the role assumed by the service to tag and untag resources on your behalf.
      • toString

        public final 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