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