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