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