Class DescribeChangeSetRequest

    • 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 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 ID (ARN) of the change set you want to describe.
      • nextToken

        public final String nextToken()

        A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.

        Returns:
        A string (provided by the DescribeChangeSet response output) that identifies the next page of information that you want to retrieve.
      • includePropertyValues

        public final Boolean includePropertyValues()

        If true, the returned changes include detailed changes in the property values.

        Returns:
        If true, the returned changes include detailed changes in the property values.
      • 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