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