@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaFacet extends Object implements Serializable, Cloneable, StructuredPojo
A facet.
Constructor and Description |
---|
SchemaFacet() |
Modifier and Type | Method and Description |
---|---|
SchemaFacet |
clone() |
boolean |
equals(Object obj) |
String |
getFacetName()
The name of the facet.
|
String |
getSchemaArn()
The ARN of the schema that contains the facet.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFacetName(String facetName)
The name of the facet.
|
void |
setSchemaArn(String schemaArn)
The ARN of the schema that contains the facet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SchemaFacet |
withFacetName(String facetName)
The name of the facet.
|
SchemaFacet |
withSchemaArn(String schemaArn)
The ARN of the schema that contains the facet.
|
public void setSchemaArn(String schemaArn)
The ARN of the schema that contains the facet.
schemaArn
- The ARN of the schema that contains the facet.public String getSchemaArn()
The ARN of the schema that contains the facet.
public SchemaFacet withSchemaArn(String schemaArn)
The ARN of the schema that contains the facet.
schemaArn
- The ARN of the schema that contains the facet.public void setFacetName(String facetName)
The name of the facet.
facetName
- The name of the facet.public String getFacetName()
The name of the facet.
public SchemaFacet withFacetName(String facetName)
The name of the facet.
facetName
- The name of the facet.public String toString()
toString
in class Object
Object.toString()
public SchemaFacet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.