Class UpdateChannelPlacementGroupResponse

    • Method Detail

      • arn

        public final String arn()
        The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
        Returns:
        The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
      • hasChannels

        public final boolean hasChannels()
        For responses, this returns true if the service returned a value for the Channels property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • channels

        public final List<String> channels()
        Used in ListChannelPlacementGroupsResult

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasChannels() method.

        Returns:
        Used in ListChannelPlacementGroupsResult
      • clusterId

        public final String clusterId()
        The ID of the Cluster that the Node belongs to.
        Returns:
        The ID of the Cluster that the Node belongs to.
      • id

        public final String id()
        The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
        Returns:
        The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
      • name

        public final String name()
        The name that you specified for the ChannelPlacementGroup.
        Returns:
        The name that you specified for the ChannelPlacementGroup.
      • hasNodes

        public final boolean hasNodes()
        For responses, this returns true if the service returned a value for the Nodes property. This DOES NOT check that the value is non-empty (for which, you should check the isEmpty() method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
      • nodes

        public final List<String> nodes()
        An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.

        Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.

        This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the hasNodes() method.

        Returns:
        An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
      • 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