@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTopicReviewedAnswerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchDeleteTopicReviewedAnswerResult() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteTopicReviewedAnswerResult |
clone() |
boolean |
equals(Object obj) |
List<InvalidTopicReviewedAnswer> |
getInvalidAnswers()
The definition of Answers that are invalid and not deleted.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
List<SucceededTopicReviewedAnswer> |
getSucceededAnswers()
The definition of Answers that are successfully deleted.
|
String |
getTopicArn()
The Amazon Resource Name (ARN) of the topic.
|
String |
getTopicId()
The ID of the topic reviewed answer that you want to delete.
|
int |
hashCode() |
void |
setInvalidAnswers(Collection<InvalidTopicReviewedAnswer> invalidAnswers)
The definition of Answers that are invalid and not deleted.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setSucceededAnswers(Collection<SucceededTopicReviewedAnswer> succeededAnswers)
The definition of Answers that are successfully deleted.
|
void |
setTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
void |
setTopicId(String topicId)
The ID of the topic reviewed answer that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteTopicReviewedAnswerResult |
withInvalidAnswers(Collection<InvalidTopicReviewedAnswer> invalidAnswers)
The definition of Answers that are invalid and not deleted.
|
BatchDeleteTopicReviewedAnswerResult |
withInvalidAnswers(InvalidTopicReviewedAnswer... invalidAnswers)
The definition of Answers that are invalid and not deleted.
|
BatchDeleteTopicReviewedAnswerResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
BatchDeleteTopicReviewedAnswerResult |
withStatus(Integer status)
The HTTP status of the request.
|
BatchDeleteTopicReviewedAnswerResult |
withSucceededAnswers(Collection<SucceededTopicReviewedAnswer> succeededAnswers)
The definition of Answers that are successfully deleted.
|
BatchDeleteTopicReviewedAnswerResult |
withSucceededAnswers(SucceededTopicReviewedAnswer... succeededAnswers)
The definition of Answers that are successfully deleted.
|
BatchDeleteTopicReviewedAnswerResult |
withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
|
BatchDeleteTopicReviewedAnswerResult |
withTopicId(String topicId)
The ID of the topic reviewed answer that you want to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public BatchDeleteTopicReviewedAnswerResult()
public void setTopicId(String topicId)
The ID of 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 of 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 of 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 BatchDeleteTopicReviewedAnswerResult withTopicId(String topicId)
The ID of 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 of 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 void setTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn
- The Amazon Resource Name (ARN) of the topic.public String getTopicArn()
The Amazon Resource Name (ARN) of the topic.
public BatchDeleteTopicReviewedAnswerResult withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the topic.
topicArn
- The Amazon Resource Name (ARN) of the topic.public List<SucceededTopicReviewedAnswer> getSucceededAnswers()
The definition of Answers that are successfully deleted.
public void setSucceededAnswers(Collection<SucceededTopicReviewedAnswer> succeededAnswers)
The definition of Answers that are successfully deleted.
succeededAnswers
- The definition of Answers that are successfully deleted.public BatchDeleteTopicReviewedAnswerResult withSucceededAnswers(SucceededTopicReviewedAnswer... succeededAnswers)
The definition of Answers that are successfully deleted.
NOTE: This method appends the values to the existing list (if any). Use
setSucceededAnswers(java.util.Collection)
or withSucceededAnswers(java.util.Collection)
if you
want to override the existing values.
succeededAnswers
- The definition of Answers that are successfully deleted.public BatchDeleteTopicReviewedAnswerResult withSucceededAnswers(Collection<SucceededTopicReviewedAnswer> succeededAnswers)
The definition of Answers that are successfully deleted.
succeededAnswers
- The definition of Answers that are successfully deleted.public List<InvalidTopicReviewedAnswer> getInvalidAnswers()
The definition of Answers that are invalid and not deleted.
public void setInvalidAnswers(Collection<InvalidTopicReviewedAnswer> invalidAnswers)
The definition of Answers that are invalid and not deleted.
invalidAnswers
- The definition of Answers that are invalid and not deleted.public BatchDeleteTopicReviewedAnswerResult withInvalidAnswers(InvalidTopicReviewedAnswer... invalidAnswers)
The definition of Answers that are invalid and not deleted.
NOTE: This method appends the values to the existing list (if any). Use
setInvalidAnswers(java.util.Collection)
or withInvalidAnswers(java.util.Collection)
if you want
to override the existing values.
invalidAnswers
- The definition of Answers that are invalid and not deleted.public BatchDeleteTopicReviewedAnswerResult withInvalidAnswers(Collection<InvalidTopicReviewedAnswer> invalidAnswers)
The definition of Answers that are invalid and not deleted.
invalidAnswers
- The definition of Answers that are invalid and not deleted.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public BatchDeleteTopicReviewedAnswerResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public BatchDeleteTopicReviewedAnswerResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteTopicReviewedAnswerResult clone()