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