@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Model extends Object implements Serializable, Cloneable, StructuredPojo
The model of the API.
Constructor and Description |
---|
Model() |
Modifier and Type | Method and Description |
---|---|
Model |
clone() |
boolean |
equals(Object obj) |
String |
getSmithy()
Indicates the smithy model of the API.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSmithy(String smithy)
Indicates the smithy model of the API.
|
String |
toString()
Returns a string representation of this object.
|
Model |
withSmithy(String smithy)
Indicates the smithy model of the API.
|
public void setSmithy(String smithy)
Indicates the smithy model of the API.
smithy
- Indicates the smithy model of the API.public String getSmithy()
Indicates the smithy model of the API.
public Model withSmithy(String smithy)
Indicates the smithy model of the API.
smithy
- Indicates the smithy model of the API.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.