public class GetContactAttributesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetContactAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetContactAttributesResult |
addAttributesEntry(java.lang.String key,
java.lang.String value)
Information about the attributes.
|
GetContactAttributesResult |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Information about the attributes.
|
int |
hashCode() |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Information about the attributes.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetContactAttributesResult |
withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Information about the attributes.
|
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
Information about the attributes.
Information about the attributes.
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Information about the attributes.
attributes
- Information about the attributes.
public GetContactAttributesResult withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
Information about the attributes.
Returns a reference to this object so that method calls can be chained together.
attributes
- Information about the attributes.
public GetContactAttributesResult addAttributesEntry(java.lang.String key, java.lang.String value)
Information about the attributes.
The method adds a new key-value pair into Attributes parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into Attributes.value
- The corresponding value of the entry to be added into
Attributes.public GetContactAttributesResult clearAttributesEntries()
Returns a reference to this object so that method calls can be chained together.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.