Class ListResourceRecordSetsResult

    • Constructor Detail

      • ListResourceRecordSetsResult

        public ListResourceRecordSetsResult()
    • Method Detail

      • getResourceRecordSets

        public List<ResourceRecordSet> getResourceRecordSets()

        A complex type that contains information about the resource record sets that are returned by the request.

        Returns:
        A complex type that contains information about the resource record sets that are returned by the request.
      • setResourceRecordSets

        public void setResourceRecordSets​(Collection<ResourceRecordSet> resourceRecordSets)

        A complex type that contains information about the resource record sets that are returned by the request.

        Parameters:
        resourceRecordSets - A complex type that contains information about the resource record sets that are returned by the request.
      • withResourceRecordSets

        public ListResourceRecordSetsResult withResourceRecordSets​(ResourceRecordSet... resourceRecordSets)

        A complex type that contains information about the resource record sets that are returned by the request.

        NOTE: This method appends the values to the existing list (if any). Use setResourceRecordSets(java.util.Collection) or withResourceRecordSets(java.util.Collection) if you want to override the existing values.

        Parameters:
        resourceRecordSets - A complex type that contains information about the resource record sets that are returned by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withResourceRecordSets

        public ListResourceRecordSetsResult withResourceRecordSets​(Collection<ResourceRecordSet> resourceRecordSets)

        A complex type that contains information about the resource record sets that are returned by the request.

        Parameters:
        resourceRecordSets - A complex type that contains information about the resource record sets that are returned by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsTruncated

        public void setIsTruncated​(Boolean isTruncated)

        A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

        Parameters:
        isTruncated - A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

      • getIsTruncated

        public Boolean getIsTruncated()

        A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

        Returns:
        A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

      • withIsTruncated

        public ListResourceRecordSetsResult withIsTruncated​(Boolean isTruncated)

        A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

        Parameters:
        isTruncated - A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        public Boolean isTruncated()

        A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

        Returns:
        A flag that indicates whether there are more resource record sets to be listed. If your results were truncated, you can make a follow-up request for the next page of results by using the ListResourceRecordSetsResponse$NextRecordName element.

        Valid Values: true | false

      • setNextRecordIdentifier

        public void setNextRecordIdentifier​(String nextRecordIdentifier)

        Weighted resource record sets only: 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.

        Parameters:
        nextRecordIdentifier - Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier
      • getNextRecordIdentifier

        public String getNextRecordIdentifier()

        Weighted resource record sets only: 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.

        Returns:
        Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier
      • withNextRecordIdentifier

        public ListResourceRecordSetsResult withNextRecordIdentifier​(String nextRecordIdentifier)

        Weighted resource record sets only: 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.

        Parameters:
        nextRecordIdentifier - Weighted resource record sets only: If results were truncated for a given DNS name and type, the value of SetIdentifier
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxItems

        public void setMaxItems​(String maxItems)

        The maximum number of records you requested. The maximum value of MaxItems is 100.

        Parameters:
        maxItems - The maximum number of records you requested. The maximum value of MaxItems is 100.
      • getMaxItems

        public String getMaxItems()

        The maximum number of records you requested. The maximum value of MaxItems is 100.

        Returns:
        The maximum number of records you requested. The maximum value of MaxItems is 100.
      • withMaxItems

        public ListResourceRecordSetsResult withMaxItems​(String maxItems)

        The maximum number of records you requested. The maximum value of MaxItems is 100.

        Parameters:
        maxItems - The maximum number of records you requested. The maximum value of MaxItems is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object