Class ChangeSetSummaryListItem

    • Method Detail

      • changeSetId

        public final String changeSetId()

        The unique identifier for a change set.

        Returns:
        The unique identifier for a change set.
      • 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 non-unique name for the change set.

        Returns:
        The non-unique name for the change set.
      • startTime

        public final String startTime()

        The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.

        Returns:
        The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.
      • endTime

        public final String endTime()

        The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.

        Returns:
        The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.
      • statusAsString

        public final String statusAsString()

        The current status of the change set.

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

        Returns:
        The current status of the change set.
        See Also:
        ChangeStatus
      • hasEntityIdList

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

        public final List<String> entityIdList()

        This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.

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

        Returns:
        This object is a list of entity IDs (string) that are a part of a change set. The entity ID list is a maximum of 20 entities. It must contain at least one entity.
      • 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 of DescribeChangeSet), 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 of DescribeChangeSet), 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 of DescribeChangeSet), 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 of DescribeChangeSet), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.
        See Also:
        FailureCode
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)