public class GetSMSAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Returns the settings for sending SMS messages from your account.
These settings are set with the SetSMSAttributes
action.
Constructor and Description |
---|
GetSMSAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getAttributes()
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
int |
hashCode() |
void |
setAttributes(java.util.Collection<java.lang.String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSMSAttributesRequest |
withAttributes(java.util.Collection<java.lang.String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
GetSMSAttributesRequest |
withAttributes(java.lang.String... attributes)
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getAttributes()
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
public void setAttributes(java.util.Collection<java.lang.String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
attributes
-
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
public GetSMSAttributesRequest withAttributes(java.lang.String... attributes)
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
Returns a reference to this object so that method calls can be chained together.
attributes
-
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
public GetSMSAttributesRequest withAttributes(java.util.Collection<java.lang.String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
Returns a reference to this object so that method calls can be chained together.
attributes
-
A list of the individual attribute names, such as
MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
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.