@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContactAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetContactAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetContactAttributesResult |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetContactAttributesResult |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetContactAttributesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Information about the attributes.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
Information about the attributes.
|
String |
toString()
Returns a string representation of this object.
|
GetContactAttributesResult |
withAttributes(Map<String,String> attributes)
Information about the attributes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getAttributes()
Information about the attributes.
public void setAttributes(Map<String,String> attributes)
Information about the attributes.
attributes
- Information about the attributes.public GetContactAttributesResult withAttributes(Map<String,String> attributes)
Information about the attributes.
attributes
- Information about the attributes.public GetContactAttributesResult addAttributesEntry(String key, String value)
public GetContactAttributesResult clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetContactAttributesResult clone()