Class DescribeChangeSetResponse

    • Method Detail

      • changeSetId

        public final String changeSetId()

        Required. The unique identifier for the change set referenced in this request.

        Returns:
        Required. The unique identifier for the change set referenced in this request.
      • changeSetArn

        public final String changeSetArn()

        The ARN associated with the unique identifier for the change set referenced in this request.

        Returns:
        The ARN associated with the unique identifier for the change set referenced in this request.
      • changeSetName

        public final String changeSetName()

        The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.

        Returns:
        The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.
      • startTime

        public final String startTime()

        The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.

        Returns:
        The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.
      • endTime

        public final String endTime()

        The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.

        Returns:
        The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.
      • failureCode

        public final FailureCode failureCode()

        Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

        If the service returns an enum value that is not available in the current SDK version, failureCode will return FailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from failureCodeAsString().

        Returns:
        Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.
        See Also:
        FailureCode
      • failureCodeAsString

        public final String failureCodeAsString()

        Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

        If the service returns an enum value that is not available in the current SDK version, failureCode will return FailureCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from failureCodeAsString().

        Returns:
        Returned if the change set is in FAILED status. Can be either CLIENT_ERROR, which means that there are issues with the request (see the ErrorDetailList), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.
        See Also:
        FailureCode
      • failureDescription

        public final String failureDescription()

        Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.

        Returns:
        Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.
      • hasChangeSet

        public final boolean hasChangeSet()
        For responses, this returns true if the service returned a value for the ChangeSet 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.
      • changeSet

        public final List<ChangeSummary> changeSet()

        An array of ChangeSummary objects.

        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 hasChangeSet() method.

        Returns:
        An array of ChangeSummary objects.
      • 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