Package org.jclouds.route53.domain
Class ResourceRecordSetIterable.NextRecord
java.lang.Object
org.jclouds.route53.domain.ResourceRecordSetIterable.NextRecord
- Enclosing class:
ResourceRecordSetIterable
If the results were truncated, this holds the position of the next item.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
com.google.common.base.Optional
<String> Weighted and latency resource record sets only.getName()
If the results were truncated, the name of the next record in the list.com.google.common.base.Optional
<String> getType()
the type of the next record in the list.int
hashCode()
nameAndType
(String name, String type) nameTypeAndIdentifier
(String name, String type, String identifier) toString()
-
Method Details
-
name
-
nameAndType
-
nameTypeAndIdentifier
public static ResourceRecordSetIterable.NextRecord nameTypeAndIdentifier(String name, String type, String identifier) -
getName
If the results were truncated, the name of the next record in the list. -
getType
the type of the next record in the list. -
getIdentifier
Weighted and latency resource record sets only. -
hashCode
public int hashCode() -
equals
-
toString
-