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