Class ListResourceRecordSetsResponse

    • Method Detail

      • hasResourceRecordSets

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

        public final List<ResourceRecordSet> resourceRecordSets()

        Information about multiple resource record sets.

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

        Returns:
        Information about multiple resource record sets.
      • isTruncated

        public final Boolean isTruncated()

        A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.

        Returns:
        A flag that indicates whether more resource record sets remain to be listed. If your results were truncated, you can make a follow-up pagination request by using the NextRecordName element.
      • nextRecordName

        public final String nextRecordName()

        If the results were truncated, the name of the next record in the list.

        This element is present only if IsTruncated is true.

        Returns:
        If the results were truncated, the name of the next record in the list.

        This element is present only if IsTruncated is true.

      • nextRecordType

        public final RRType nextRecordType()

        If the results were truncated, the type of the next record in the list.

        This element is present only if IsTruncated is true.

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

        Returns:
        If the results were truncated, the type of the next record in the list.

        This element is present only if IsTruncated is true.

        See Also:
        RRType
      • nextRecordTypeAsString

        public final String nextRecordTypeAsString()

        If the results were truncated, the type of the next record in the list.

        This element is present only if IsTruncated is true.

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

        Returns:
        If the results were truncated, the type of the next record in the list.

        This element is present only if IsTruncated is true.

        See Also:
        RRType
      • nextRecordIdentifier

        public final String nextRecordIdentifier()

        Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

        For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

        Returns:
        Resource record sets that have a routing policy other than simple: If results were truncated for a given DNS name and type, the value of SetIdentifier for the next resource record set that has the current DNS name and type.

        For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

      • maxItems

        public final String maxItems()

        The maximum number of records you requested.

        Returns:
        The maximum number of records you requested.
      • 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