@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartRecommendationReportGenerationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartRecommendationReportGenerationResult() |
Modifier and Type | Method and Description |
---|---|
StartRecommendationReportGenerationResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the recommendation report generation task.
|
int |
hashCode() |
void |
setId(String id)
The ID of the recommendation report generation task.
|
String |
toString()
Returns a string representation of this object.
|
StartRecommendationReportGenerationResult |
withId(String id)
The ID of the recommendation report generation task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public StartRecommendationReportGenerationResult()
public void setId(String id)
The ID of the recommendation report generation task.
id
- The ID of the recommendation report generation task.public String getId()
The ID of the recommendation report generation task.
public StartRecommendationReportGenerationResult withId(String id)
The ID of the recommendation report generation task.
id
- The ID of the recommendation report generation task.public String toString()
toString
in class Object
Object.toString()
public StartRecommendationReportGenerationResult clone()