@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTypedLinkFacetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateTypedLinkFacetRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateTypedLinkFacetRequest |
clone() |
boolean |
equals(Object obj) |
TypedLinkFacet |
getFacet()
Facet structure that is associated with the typed link facet.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) that is associated with the schema.
|
int |
hashCode() |
void |
setFacet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
|
void |
setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema.
|
String |
toString()
Returns a string representation of this object.
|
CreateTypedLinkFacetRequest |
withFacet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
|
CreateTypedLinkFacetRequest |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.public String getSchemaArn()
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
public CreateTypedLinkFacetRequest withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.public void setFacet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
facet - Facet structure that is associated with the typed link facet.public TypedLinkFacet getFacet()
Facet structure that is associated with the typed link facet.
public CreateTypedLinkFacetRequest withFacet(TypedLinkFacet facet)
Facet structure that is associated with the typed link facet.
facet - Facet structure that is associated with the typed link facet.public String toString()
toString in class ObjectObject.toString()public CreateTypedLinkFacetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.