Class AwsJson1_0Trait
- java.lang.Object
- 
- software.amazon.smithy.model.traits.AbstractTrait
- 
- software.amazon.smithy.aws.traits.protocols.AwsProtocolTrait
- 
- software.amazon.smithy.aws.traits.protocols.AwsJson1_0Trait
 
 
 
- 
- All Implemented Interfaces:
- FromSourceLocation,- ToNode,- ToShapeId,- Trait
 
 public final class AwsJson1_0Trait extends AwsProtocolTrait An RPC-based protocol that sends JSON payloads.Namespace names are included in shape IDs sent over the wire. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAwsJson1_0Trait.Builderstatic classAwsJson1_0Trait.Provider
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static AwsJson1_0Trait.Builderbuilder()- 
Methods inherited from class software.amazon.smithy.aws.traits.protocols.AwsProtocolTraitcreateNode, getEventStreamHttp, getHttp
 - 
Methods inherited from class software.amazon.smithy.model.traits.AbstractTraitequals, getSourceLocation, hashCode, setNodeCache, toNode, toShapeId, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface software.amazon.smithy.model.traits.TraitisSynthetic
 
- 
 
- 
- 
- 
Field Detail- 
IDpublic static final ShapeId ID 
 
- 
 - 
Method Detail- 
builderpublic static AwsJson1_0Trait.Builder builder() 
 
- 
 
-