Class JsonValueTrait

java.lang.Object
software.amazon.awssdk.core.traits.JsonValueTrait
All Implemented Interfaces:
Trait

public final class JsonValueTrait extends Object implements Trait
Trait that indicates a String member is a JSON document. This can influence how it is marshalled/unmarshalled. For example, a string bound to the header with this trait applied will be Base64 encoded.