@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSMSAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response from the GetSMSAttributes
request.
Constructor and Description |
---|
GetSMSAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetSMSAttributesResult |
addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
GetSMSAttributesResult |
clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetSMSAttributesResult |
clone() |
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.
|
GetSMSAttributesResult |
withAttributes(Map<String,String> attributes)
The SMS attribute names and their values.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getAttributes()
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.
attributes
- The SMS attribute names and their values.public GetSMSAttributesResult addAttributesEntry(String key, String value)
public GetSMSAttributesResult clearAttributesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetSMSAttributesResult clone()
Copyright © 2022. All rights reserved.