@Generated(value="software.amazon.awssdk:codegen") public final class GetSmsAttributesRequest extends SnsRequest implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetSmsAttributesRequest.Builder> |
serializableBuilderClass() |
GetSmsAttributesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
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.
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 ToCopyableBuilder<GetSmsAttributesRequest.Builder,GetSmsAttributesRequest>
toBuilder
in class SnsRequest
public static GetSmsAttributesRequest.Builder builder()
public static Class<? extends GetSmsAttributesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.