@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeFeedbackRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeFeedbackRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInsightId()
The ID of the insight for which the feedback was provided.
|
int |
hashCode() |
void |
setInsightId(String insightId)
The ID of the insight for which the feedback was provided.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFeedbackRequest |
withInsightId(String insightId)
The ID of the insight for which the feedback was provided.
|
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 setInsightId(String insightId)
The ID of the insight for which the feedback was provided.
insightId
- The ID of the insight for which the feedback was provided.public String getInsightId()
The ID of the insight for which the feedback was provided.
public DescribeFeedbackRequest withInsightId(String insightId)
The ID of the insight for which the feedback was provided.
insightId
- The ID of the insight for which the feedback was provided.public String toString()
toString
in class Object
Object.toString()
public DescribeFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()