Package org.jclouds.route53.domain
Class ChangeBatch
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<ChangeBatch.ActionOnResourceRecordSet>
com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
org.jclouds.route53.domain.ChangeBatch
- All Implemented Interfaces:
Iterable<ChangeBatch.ActionOnResourceRecordSet>
,Collection<ChangeBatch.ActionOnResourceRecordSet>
,List<ChangeBatch.ActionOnResourceRecordSet>
,SequencedCollection<ChangeBatch.ActionOnResourceRecordSet>
public class ChangeBatch
extends com.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeBatch.Builder
builder()
static ChangeBatch
createAll
(Iterable<ResourceRecordSet> toCreate) protected List
<ChangeBatch.ActionOnResourceRecordSet> delegate()
static ChangeBatch
deleteAll
(Iterable<ResourceRecordSet> toDelete) boolean
com.google.common.base.Optional
<String> Any comments you want to include about the changes in this change batch.int
hashCode()
toString()
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
Methods inherited from interface java.util.List
add, addAll, addFirst, addLast, clear, contains, containsAll, getFirst, getLast, isEmpty, iterator, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, size, sort, spliterator, toArray, toArray
-
Method Details
-
createAll
-
deleteAll
-
getComment
Any comments you want to include about the changes in this change batch. -
delegate
- Specified by:
delegate
in classcom.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceCollection<ChangeBatch.ActionOnResourceRecordSet>
- Specified by:
hashCode
in interfaceList<ChangeBatch.ActionOnResourceRecordSet>
- Overrides:
hashCode
in classcom.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
equals
- Specified by:
equals
in interfaceCollection<ChangeBatch.ActionOnResourceRecordSet>
- Specified by:
equals
in interfaceList<ChangeBatch.ActionOnResourceRecordSet>
- Overrides:
equals
in classcom.google.common.collect.ForwardingList<ChangeBatch.ActionOnResourceRecordSet>
-
toString
- Overrides:
toString
in classcom.google.common.collect.ForwardingObject
-
builder
-