@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLicenseManagerReportGeneratorsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListLicenseManagerReportGeneratorsResult() |
Modifier and Type | Method and Description |
---|---|
ListLicenseManagerReportGeneratorsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
Token for the next set of results.
|
List<ReportGenerator> |
getReportGenerators()
A report generator that creates periodic reports about your license configurations.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Token for the next set of results.
|
void |
setReportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports about your license configurations.
|
String |
toString()
Returns a string representation of this object.
|
ListLicenseManagerReportGeneratorsResult |
withNextToken(String nextToken)
Token for the next set of results.
|
ListLicenseManagerReportGeneratorsResult |
withReportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports about your license configurations.
|
ListLicenseManagerReportGeneratorsResult |
withReportGenerators(ReportGenerator... reportGenerators)
A report generator that creates periodic reports about your license configurations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListLicenseManagerReportGeneratorsResult()
public List<ReportGenerator> getReportGenerators()
A report generator that creates periodic reports about your license configurations.
public void setReportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports about your license configurations.
reportGenerators
- A report generator that creates periodic reports about your license configurations.public ListLicenseManagerReportGeneratorsResult withReportGenerators(ReportGenerator... reportGenerators)
A report generator that creates periodic reports about your license configurations.
NOTE: This method appends the values to the existing list (if any). Use
setReportGenerators(java.util.Collection)
or withReportGenerators(java.util.Collection)
if you
want to override the existing values.
reportGenerators
- A report generator that creates periodic reports about your license configurations.public ListLicenseManagerReportGeneratorsResult withReportGenerators(Collection<ReportGenerator> reportGenerators)
A report generator that creates periodic reports about your license configurations.
reportGenerators
- A report generator that creates periodic reports about your license configurations.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListLicenseManagerReportGeneratorsResult withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListLicenseManagerReportGeneratorsResult clone()