public class GetSMSAttributesResult
extends java.lang.Object
implements java.io.Serializable
The response from the GetSMSAttributes
request.
Constructor and Description |
---|
GetSMSAttributesResult() |
Modifier and Type | Method and Description |
---|---|
GetSMSAttributesResult |
addattributesEntry(java.lang.String key,
java.lang.String value)
The SMS attribute names and their values.
|
GetSMSAttributesResult |
clearattributesEntries()
Removes all the entries added into attributes.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
The SMS attribute names and their values.
|
int |
hashCode() |
void |
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
The SMS attribute names and their values.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSMSAttributesResult |
withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
The SMS attribute names and their values.
|
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
The SMS attribute names and their values.
The SMS attribute names and their values.
public void setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
The SMS attribute names and their values.
attributes
- The SMS attribute names and their values.
public GetSMSAttributesResult withAttributes(java.util.Map<java.lang.String,java.lang.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(java.lang.String key, java.lang.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 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.