@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTypedLinkFacetInformationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTypedLinkFacetInformationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTypedLinkFacetInformationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The unique name of the typed link facet.
|
String |
getSchemaArn()
The Amazon Resource Name (ARN) that is associated with the schema.
|
int |
hashCode() |
void |
setName(String name)
The unique name of 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.
|
GetTypedLinkFacetInformationRequest |
withName(String name)
The unique name of the typed link facet.
|
GetTypedLinkFacetInformationRequest |
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 GetTypedLinkFacetInformationRequest 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 setName(String name)
The unique name of the typed link facet.
name - The unique name of the typed link facet.public String getName()
The unique name of the typed link facet.
public GetTypedLinkFacetInformationRequest withName(String name)
The unique name of the typed link facet.
name - The unique name of the typed link facet.public String toString()
toString in class ObjectObject.toString()public GetTypedLinkFacetInformationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.