Class ListResourceRecordSetsResult

java.lang.Object
com.amazonaws.services.route53.model.ListResourceRecordSetsResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListResourceRecordSetsResult extends Object implements Serializable, Cloneable

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

See Also:
  • Constructor Details

    • ListResourceRecordSetsResult

      public ListResourceRecordSetsResult()
  • Method Details

    • 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

    • setNextRecordName

      public void setNextRecordName(String nextRecordName)

      If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Parameters:
      nextRecordName - If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
    • getNextRecordName

      public String getNextRecordName()

      If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Returns:
      If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
    • withNextRecordName

      public ListResourceRecordSetsResult withNextRecordName(String nextRecordName)

      If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Parameters:
      nextRecordName - If the results were truncated, the name of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setNextRecordType

      public void setNextRecordType(String nextRecordType)

      If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Parameters:
      nextRecordType - If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
      See Also:
    • getNextRecordType

      public String getNextRecordType()

      If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Returns:
      If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
      See Also:
    • withNextRecordType

      public ListResourceRecordSetsResult withNextRecordType(String nextRecordType)

      If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Parameters:
      nextRecordType - If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setNextRecordType

      public void setNextRecordType(RRType nextRecordType)

      If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Parameters:
      nextRecordType - If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
      See Also:
    • withNextRecordType

      public ListResourceRecordSetsResult withNextRecordType(RRType nextRecordType)

      If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.

      Parameters:
      nextRecordType - If the results were truncated, the type of the next record in the list. This element is present only if ListResourceRecordSetsResponse$IsTruncated is true.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object