Package org.jclouds.route53.domain
Class ResourceRecordSetIterable.NextRecord
- java.lang.Object
-
- org.jclouds.route53.domain.ResourceRecordSetIterable.NextRecord
-
- Enclosing class:
- ResourceRecordSetIterable
public static class ResourceRecordSetIterable.NextRecord extends Object
If the results were truncated, this holds the position of the next item.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
com.google.common.base.Optional<String>
getIdentifier()
Weighted and latency resource record sets only.String
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()
static ResourceRecordSetIterable.NextRecord
name(String name)
static ResourceRecordSetIterable.NextRecord
nameAndType(String name, String type)
static ResourceRecordSetIterable.NextRecord
nameTypeAndIdentifier(String name, String type, String identifier)
String
toString()
-
-
-
Method Detail
-
name
public static ResourceRecordSetIterable.NextRecord name(String name)
-
nameAndType
public static ResourceRecordSetIterable.NextRecord nameAndType(String name, String type)
-
nameTypeAndIdentifier
public static ResourceRecordSetIterable.NextRecord nameTypeAndIdentifier(String name, String type, String identifier)
-
getName
public String getName()
If the results were truncated, the name of the next record in the list.
-
getType
public com.google.common.base.Optional<String> getType()
the type of the next record in the list.
-
getIdentifier
public com.google.common.base.Optional<String> getIdentifier()
Weighted and latency resource record sets only.
-
-