Class DescribeChangeSetHooksRequest

    • Method Detail

      • changeSetName

        public final String changeSetName()

        The name or Amazon Resource Name (ARN) of the change set that you want to describe.

        Returns:
        The name or Amazon Resource Name (ARN) of the change set that you want to describe.
      • stackName

        public final String stackName()

        If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.

        Returns:
        If you specified the name of a change set, specify the stack name or stack ID (ARN) of the change set you want to describe.
      • nextToken

        public final String nextToken()

        A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.

        Returns:
        A string, provided by the DescribeChangeSetHooks response output, that identifies the next page of information that you want to retrieve.
      • logicalResourceId

        public final String logicalResourceId()

        If specified, lists only the hooks related to the specified LogicalResourceId.

        Returns:
        If specified, lists only the hooks related to the specified LogicalResourceId.
      • 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