@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTopicReviewedAnswerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteTopicReviewedAnswerRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteTopicReviewedAnswerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAnswerIds()
The Answer IDs of the Answers to be deleted.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
|
String |
getTopicId()
The ID for the topic reviewed answer that you want to delete.
|
int |
hashCode() |
void |
setAnswerIds(Collection<String> answerIds)
The Answer IDs of the Answers to be deleted.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
|
void |
setTopicId(String topicId)
The ID for the topic reviewed answer that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteTopicReviewedAnswerRequest |
withAnswerIds(Collection<String> answerIds)
The Answer IDs of the Answers to be deleted.
|
BatchDeleteTopicReviewedAnswerRequest |
withAnswerIds(String... answerIds)
The Answer IDs of the Answers to be deleted.
|
BatchDeleteTopicReviewedAnswerRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
|
BatchDeleteTopicReviewedAnswerRequest |
withTopicId(String topicId)
The ID for the topic reviewed answer that you want to delete.
|
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 BatchDeleteTopicReviewedAnswerRequest()
public void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
awsAccountId
- The ID of the Amazon Web Services account that you want to delete a reviewed answers in.public String getAwsAccountId()
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
public BatchDeleteTopicReviewedAnswerRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that you want to delete a reviewed answers in.
awsAccountId
- The ID of the Amazon Web Services account that you want to delete a reviewed answers in.public void setTopicId(String topicId)
The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId
- The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services
Region for each Amazon Web Services account.public String getTopicId()
The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public BatchDeleteTopicReviewedAnswerRequest withTopicId(String topicId)
The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId
- The ID for the topic reviewed answer that you want to delete. This ID is unique per Amazon Web Services
Region for each Amazon Web Services account.public List<String> getAnswerIds()
The Answer IDs of the Answers to be deleted.
public void setAnswerIds(Collection<String> answerIds)
The Answer IDs of the Answers to be deleted.
answerIds
- The Answer IDs of the Answers to be deleted.public BatchDeleteTopicReviewedAnswerRequest withAnswerIds(String... answerIds)
The Answer IDs of the Answers to be deleted.
NOTE: This method appends the values to the existing list (if any). Use
setAnswerIds(java.util.Collection)
or withAnswerIds(java.util.Collection)
if you want to
override the existing values.
answerIds
- The Answer IDs of the Answers to be deleted.public BatchDeleteTopicReviewedAnswerRequest withAnswerIds(Collection<String> answerIds)
The Answer IDs of the Answers to be deleted.
answerIds
- The Answer IDs of the Answers to be deleted.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteTopicReviewedAnswerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()