@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTypedLinkFacetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTypedLinkFacetRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTypedLinkFacetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
DeleteTypedLinkFacetRequest |
withName(String name)
The unique name of the typed link facet.
|
DeleteTypedLinkFacetRequest |
withSchemaArn(String schemaArn)
The Amazon Resource Name (ARN) that is associated with the schema.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 DeleteTypedLinkFacetRequest 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 DeleteTypedLinkFacetRequest 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 Object
Object.toString()
public DeleteTypedLinkFacetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()