@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteContentAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteContentAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteContentAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContentAssociationId()
The identifier of the content association.
|
String |
getContentId()
The identifier of the content.
|
String |
getKnowledgeBaseId()
The identifier of the knowledge base.
|
int |
hashCode() |
void |
setContentAssociationId(String contentAssociationId)
The identifier of the content association.
|
void |
setContentId(String contentId)
The identifier of the content.
|
void |
setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
String |
toString()
Returns a string representation of this object.
|
DeleteContentAssociationRequest |
withContentAssociationId(String contentAssociationId)
The identifier of the content association.
|
DeleteContentAssociationRequest |
withContentId(String contentId)
The identifier of the content.
|
DeleteContentAssociationRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
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 setContentAssociationId(String contentAssociationId)
The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
contentAssociationId
- The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.public String getContentAssociationId()
The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
public DeleteContentAssociationRequest withContentAssociationId(String contentAssociationId)
The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.
contentAssociationId
- The identifier of the content association. Can be either the ID or the ARN. URLs cannot contain the ARN.public void setContentId(String contentId)
The identifier of the content.
contentId
- The identifier of the content.public String getContentId()
The identifier of the content.
public DeleteContentAssociationRequest withContentId(String contentId)
The identifier of the content.
contentId
- The identifier of the content.public void setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
knowledgeBaseId
- The identifier of the knowledge base.public String getKnowledgeBaseId()
The identifier of the knowledge base.
public DeleteContentAssociationRequest withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
knowledgeBaseId
- The identifier of the knowledge base.public String toString()
toString
in class Object
Object.toString()
public DeleteContentAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()