@Generated(value="software.amazon.awssdk:codegen") public class GetSMSAttributesResponse extends software.amazon.awssdk.AmazonWebServiceResult<software.amazon.awssdk.ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetSMSAttributesResponse.Builder,GetSMSAttributesResponse>
The response from the GetSMSAttributes request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSMSAttributesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
attributes()
The SMS attribute names and their values.
|
static GetSMSAttributesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends GetSMSAttributesResponse.Builder> |
serializableBuilderClass() |
GetSMSAttributesResponse.Builder |
toBuilder() |
String |
toString() |
public Map<String,String> attributes()
The SMS attribute names and their values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetSMSAttributesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetSMSAttributesResponse.Builder,GetSMSAttributesResponse>public static GetSMSAttributesResponse.Builder builder()
public static Class<? extends GetSMSAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.