Class AddThingToThingGroupRequest

    • Method Detail

      • thingGroupName

        public final String thingGroupName()

        The name of the group to which you are adding a thing.

        Returns:
        The name of the group to which you are adding a thing.
      • thingGroupArn

        public final String thingGroupArn()

        The ARN of the group to which you are adding a thing.

        Returns:
        The ARN of the group to which you are adding a thing.
      • thingName

        public final String thingName()

        The name of the thing to add to a group.

        Returns:
        The name of the thing to add to a group.
      • thingArn

        public final String thingArn()

        The ARN of the thing to add to a group.

        Returns:
        The ARN of the thing to add to a group.
      • overrideDynamicGroups

        public final Boolean overrideDynamicGroups()

        Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.

        Returns:
        Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
      • 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