Class DeleteOriginEndpointPolicyRequest

    • Method Detail

      • channelGroupName

        public final String channelGroupName()

        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

        Returns:
        The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
      • channelName

        public final String channelName()

        The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

        Returns:
        The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
      • originEndpointName

        public final String originEndpointName()

        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.

        Returns:
        The name that describes the origin endpoint. The name is the primary identifier for the origin endpoint, and and must be unique for your account in the AWS Region and channel.
      • 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