public class GetSMSAttributesResult extends Object implements Serializable
The response from the GetSMSAttributes request.
| Constructor and Description |
|---|
GetSMSAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSMSAttributesResult |
addattributesEntry(String key,
String value)
The SMS attribute names and their values.
|
GetSMSAttributesResult |
clearattributesEntries()
Removes all the entries added into attributes.
|
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
The SMS attribute names and their values.
|
int |
hashCode() |
void |
setAttributes(Map<String,String> attributes)
The SMS attribute names and their values.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSMSAttributesResult |
withAttributes(Map<String,String> attributes)
The SMS attribute names and their values.
|
public Map<String,String> getAttributes()
The SMS attribute names and their values.
The SMS attribute names and their values.
public void setAttributes(Map<String,String> attributes)
The SMS attribute names and their values.
attributes - The SMS attribute names and their values.
public GetSMSAttributesResult withAttributes(Map<String,String> attributes)
The SMS attribute names and their values.
Returns a reference to this object so that method calls can be chained together.
attributes - The SMS attribute names and their values.
public GetSMSAttributesResult addattributesEntry(String key, String value)
The SMS attribute names and their values.
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 GetSMSAttributesResult clearattributesEntries()
Returns a reference to this object so that method calls can be chained together.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.