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