Package org.jclouds.route53.domain
Class ChangeBatch
- java.lang.Object
-
- com.google.common.collect.ForwardingObject
-
- com.google.common.collect.ForwardingCollection<E>
-
- com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
- org.jclouds.route53.domain.ChangeBatch
-
- All Implemented Interfaces:
Iterable<ChangeBatch.ActionOnResourceRecordSet>,Collection<ChangeBatch.ActionOnResourceRecordSet>,List<ChangeBatch.ActionOnResourceRecordSet>
public class ChangeBatch extends com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChangeBatch.Actionstatic classChangeBatch.ActionOnResourceRecordSetstatic classChangeBatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeBatch.Builderbuilder()static ChangeBatchcreateAll(Iterable<ResourceRecordSet> toCreate)protected List<ChangeBatch.ActionOnResourceRecordSet>delegate()static ChangeBatchdeleteAll(Iterable<ResourceRecordSet> toDelete)booleanequals(Object obj)com.google.common.base.Optional<String>getComment()Any comments you want to include about the changes in this change batch.inthashCode()StringtoString()-
Methods inherited from class com.google.common.collect.ForwardingList
add, addAll, get, indexOf, lastIndexOf, listIterator, listIterator, remove, set, standardAdd, standardAddAll, standardEquals, standardHashCode, standardIndexOf, standardIterator, standardLastIndexOf, standardListIterator, standardListIterator, standardSubList, subList
-
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRemoveAll, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
-
-
-
Method Detail
-
createAll
public static ChangeBatch createAll(Iterable<ResourceRecordSet> toCreate)
-
deleteAll
public static ChangeBatch deleteAll(Iterable<ResourceRecordSet> toDelete)
-
getComment
public com.google.common.base.Optional<String> getComment()
Any comments you want to include about the changes in this change batch.
-
delegate
protected List<ChangeBatch.ActionOnResourceRecordSet> delegate()
- Specified by:
delegatein classcom.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceCollection<ChangeBatch.ActionOnResourceRecordSet>- Specified by:
hashCodein interfaceList<ChangeBatch.ActionOnResourceRecordSet>- Overrides:
hashCodein classcom.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceCollection<ChangeBatch.ActionOnResourceRecordSet>- Specified by:
equalsin interfaceList<ChangeBatch.ActionOnResourceRecordSet>- Overrides:
equalsin classcom.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
toString
public String toString()
- Overrides:
toStringin classcom.google.common.collect.ForwardingObject
-
builder
public static ChangeBatch.Builder builder()
-
-