@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutReportDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutReportDefinitionResult() |
| Modifier and Type | Method and Description |
|---|---|
PutReportDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getReportId()
ID of the report.
|
int |
hashCode() |
void |
setReportId(String reportId)
ID of the report.
|
String |
toString()
Returns a string representation of this object.
|
PutReportDefinitionResult |
withReportId(String reportId)
ID of the report.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReportId(String reportId)
ID of the report.
reportId - ID of the report.public String getReportId()
ID of the report.
public PutReportDefinitionResult withReportId(String reportId)
ID of the report.
reportId - ID of the report.public String toString()
toString in class ObjectObject.toString()public PutReportDefinitionResult clone()