Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetSMSAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
The input for the GetSMSAttributes
request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSMSAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
attributes() |
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
static GetSMSAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetSMSAttributesRequest.Builder> |
serializableBuilderClass() |
|
GetSMSAttributesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<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.
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
public static GetSMSAttributesRequest.Builder builder()
public static Class<? extends GetSMSAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.