@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 with no minor component.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFacetName(String facetName)
The name of the facet.
|
void |
setSchemaArn(String schemaArn)
The ARN of the schema that contains the facet with no minor component.
|
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 with no minor component.
|
public void setSchemaArn(String schemaArn)
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.
schemaArn - The ARN of the schema that contains the facet with no minor component. See arns and In-Place
Schema Upgrade for a description of when to provide minor versions.public String getSchemaArn()
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.
public SchemaFacet withSchemaArn(String schemaArn)
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.
schemaArn - The ARN of the schema that contains the facet with no minor component. See arns and In-Place
Schema Upgrade for a description of when to provide minor versions.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 ObjectObject.toString()public SchemaFacet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.