org.jclouds.route53.domain
Class ResourceRecordSetIterable.NextRecord

java.lang.Object
  extended by 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
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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.


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.