Class GetNotificationsAccessForOrganizationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.notifications.transform.GetNotificationsAccessForOrganizationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetNotificationsAccessForOrganizationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetNotificationsAccessForOrganizationRequest>
- Parameters:
getNotificationsAccessForOrganizationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-