Class GetInvitationsCountRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.securityhub.transform.GetInvitationsCountRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetInvitationsCountRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetInvitationsCountRequestMarshaller
extends Object
implements Marshaller<GetInvitationsCountRequest>
GetInvitationsCountRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetInvitationsCountRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetInvitationsCountRequest getInvitationsCountRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetInvitationsCountRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetInvitationsCountRequest>
- Parameters:
- getInvitationsCountRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-