@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSMSAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The input for the GetSMSAttributes
request.
NOOP
Constructor and Description |
---|
GetSMSAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
GetSMSAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAttributes()
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
int |
hashCode() |
void |
setAttributes(Collection<String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetSMSAttributesRequest |
withAttributes(Collection<String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
GetSMSAttributesRequest |
withAttributes(String... attributes)
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<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.
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(Collection<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(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.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
or withAttributes(java.util.Collection)
if you want to
override the existing values.
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(Collection<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 String toString()
toString
in class Object
Object.toString()
public GetSMSAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.