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