@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceSets extends Object implements Serializable, Cloneable, StructuredPojo
Contains a set of IP set references.
Constructor and Description |
---|
ReferenceSets() |
Modifier and Type | Method and Description |
---|---|
ReferenceSets |
addIPSetReferencesEntry(String key,
IPSetReference value)
Add a single IPSetReferences entry
|
ReferenceSets |
clearIPSetReferencesEntries()
Removes all the entries added into IPSetReferences.
|
ReferenceSets |
clone() |
boolean |
equals(Object obj) |
Map<String,IPSetReference> |
getIPSetReferences()
The list of IP set references.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIPSetReferences(Map<String,IPSetReference> iPSetReferences)
The list of IP set references.
|
String |
toString()
Returns a string representation of this object.
|
ReferenceSets |
withIPSetReferences(Map<String,IPSetReference> iPSetReferences)
The list of IP set references.
|
public Map<String,IPSetReference> getIPSetReferences()
The list of IP set references.
public void setIPSetReferences(Map<String,IPSetReference> iPSetReferences)
The list of IP set references.
iPSetReferences
- The list of IP set references.public ReferenceSets withIPSetReferences(Map<String,IPSetReference> iPSetReferences)
The list of IP set references.
iPSetReferences
- The list of IP set references.public ReferenceSets addIPSetReferencesEntry(String key, IPSetReference value)
public ReferenceSets clearIPSetReferencesEntries()
public String toString()
toString
in class Object
Object.toString()
public ReferenceSets clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.