@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLicenseManagerReportGeneratorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLicenseManagerReportGeneratorResult() |
Modifier and Type | Method and Description |
---|---|
GetLicenseManagerReportGeneratorResult |
clone() |
boolean |
equals(Object obj) |
ReportGenerator |
getReportGenerator()
A report generator that creates periodic reports about your license configurations.
|
int |
hashCode() |
void |
setReportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports about your license configurations.
|
String |
toString()
Returns a string representation of this object.
|
GetLicenseManagerReportGeneratorResult |
withReportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports about your license configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetLicenseManagerReportGeneratorResult()
public void setReportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports about your license configurations.
reportGenerator
- A report generator that creates periodic reports about your license configurations.public ReportGenerator getReportGenerator()
A report generator that creates periodic reports about your license configurations.
public GetLicenseManagerReportGeneratorResult withReportGenerator(ReportGenerator reportGenerator)
A report generator that creates periodic reports about your license configurations.
reportGenerator
- A report generator that creates periodic reports about your license configurations.public String toString()
toString
in class Object
Object.toString()
public GetLicenseManagerReportGeneratorResult clone()