@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutReportDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Creates a Cost and Usage Report.
NOOP
Constructor and Description |
---|
PutReportDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
PutReportDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ReportDefinition |
getReportDefinition()
Represents the output of the PutReportDefinition operation.
|
int |
hashCode() |
void |
setReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
String |
toString()
Returns a string representation of this object.
|
PutReportDefinitionRequest |
withReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
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 setReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
reportDefinition
- Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata
and data file information.public ReportDefinition getReportDefinition()
Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
public PutReportDefinitionRequest withReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata and data file information.
reportDefinition
- Represents the output of the PutReportDefinition operation. The content consists of the detailed metadata
and data file information.public String toString()
toString
in class Object
Object.toString()
public PutReportDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()