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