org.jclouds.route53.domain
Class ChangeBatch.ActionOnResourceRecordSet

java.lang.Object
  extended by org.jclouds.route53.domain.ChangeBatch.ActionOnResourceRecordSet
Enclosing class:
ChangeBatch

public static class ChangeBatch.ActionOnResourceRecordSet
extends Object


Method Summary
 boolean equals(Object obj)
           
 ChangeBatch.Action getAction()
           
 ResourceRecordSet getRRS()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getAction

public ChangeBatch.Action getAction()

getRRS

public ResourceRecordSet getRRS()

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.