Class GetNotificationsAccessForOrganizationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.notifications.transform.GetNotificationsAccessForOrganizationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetNotificationsAccessForOrganizationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetNotificationsAccessForOrganizationRequestMarshaller
extends Object
implements Marshaller<GetNotificationsAccessForOrganizationRequest>
GetNotificationsAccessForOrganizationRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionmarshall(GetNotificationsAccessForOrganizationRequest getNotificationsAccessForOrganizationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
GetNotificationsAccessForOrganizationRequestMarshaller
public GetNotificationsAccessForOrganizationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(GetNotificationsAccessForOrganizationRequest getNotificationsAccessForOrganizationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetNotificationsAccessForOrganizationRequest>- Parameters:
getNotificationsAccessForOrganizationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-