@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.
|
List<Tag> |
getTags()
The tags to be assigned to the report definition resource.
|
int |
hashCode() |
void |
setReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
void |
setTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
|
String |
toString()
Returns a string representation of this object.
|
PutReportDefinitionRequest |
withReportDefinition(ReportDefinition reportDefinition)
Represents the output of the PutReportDefinition operation.
|
PutReportDefinitionRequest |
withTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
|
PutReportDefinitionRequest |
withTags(Tag... tags)
The tags to be assigned to the report definition resource.
|
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 List<Tag> getTags()
The tags to be assigned to the report definition resource.
public void setTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
tags
- The tags to be assigned to the report definition resource.public PutReportDefinitionRequest withTags(Tag... tags)
The tags to be assigned to the report definition resource.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tags to be assigned to the report definition resource.public PutReportDefinitionRequest withTags(Collection<Tag> tags)
The tags to be assigned to the report definition resource.
tags
- The tags to be assigned to the report definition resource.public String toString()
toString
in class Object
Object.toString()
public PutReportDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()