Class GetIdentityNotificationAttributesRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ses.transform.GetIdentityNotificationAttributesRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetIdentityNotificationAttributesRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetIdentityNotificationAttributesRequestMarshaller
extends Object
implements Marshaller<GetIdentityNotificationAttributesRequest>
GetIdentityNotificationAttributesRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetIdentityNotificationAttributesRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetIdentityNotificationAttributesRequest getIdentityNotificationAttributesRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetIdentityNotificationAttributesRequest>
- Parameters:
- getIdentityNotificationAttributesRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-