@Generated(value="software.amazon.awssdk:codegen") public final class GetIdentityNotificationAttributesResponse extends SesResponse implements ToCopyableBuilder<GetIdentityNotificationAttributesResponse.Builder,GetIdentityNotificationAttributesResponse>
Represents the notification attributes for a list of identities.
Modifier and Type | Class and Description |
---|---|
static interface |
GetIdentityNotificationAttributesResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static GetIdentityNotificationAttributesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Map<String,IdentityNotificationAttributes> |
notificationAttributes()
A map of Identity to IdentityNotificationAttributes.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetIdentityNotificationAttributesResponse.Builder> |
serializableBuilderClass() |
GetIdentityNotificationAttributesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Map<String,IdentityNotificationAttributes> notificationAttributes()
A map of Identity to IdentityNotificationAttributes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public GetIdentityNotificationAttributesResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetIdentityNotificationAttributesResponse.Builder,GetIdentityNotificationAttributesResponse>
toBuilder
in class AwsResponse
public static GetIdentityNotificationAttributesResponse.Builder builder()
public static Class<? extends GetIdentityNotificationAttributesResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.