@Generated(value="software.amazon.awssdk:codegen") public class GetSMSAttributesRequest extends software.amazon.awssdk.AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
The input for the GetSMSAttributes request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSMSAttributesRequest.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setSdkClientExecutionTimeout, withGeneralProgressListener, withSdkClientExecutionTimeoutpublic 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>public static GetSMSAttributesRequest.Builder builder()
public static Class<? extends GetSMSAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.