ToCopyableBuilder<GetSMSAttributesResponse.Builder,GetSMSAttributesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSMSAttributesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSMSAttributesResponse.Builder,GetSMSAttributesResponse>
The response from the GetSMSAttributes
request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSMSAttributesResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> attributes()
The SMS attribute names and their values.
public GetSMSAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSMSAttributesResponse.Builder,GetSMSAttributesResponse>
public static GetSMSAttributesResponse.Builder builder()
public static Class<? extends GetSMSAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.