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