@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLicenseManagerReportGeneratorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLicenseManagerReportGeneratorResult() |
Modifier and Type | Method and Description |
---|---|
CreateLicenseManagerReportGeneratorResult |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseManagerReportGeneratorArn()
The Amazon Resource Name (ARN) of the new report generator.
|
int |
hashCode() |
void |
setLicenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
The Amazon Resource Name (ARN) of the new report generator.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseManagerReportGeneratorResult |
withLicenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
The Amazon Resource Name (ARN) of the new report generator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateLicenseManagerReportGeneratorResult()
public void setLicenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
The Amazon Resource Name (ARN) of the new report generator.
licenseManagerReportGeneratorArn
- The Amazon Resource Name (ARN) of the new report generator.public String getLicenseManagerReportGeneratorArn()
The Amazon Resource Name (ARN) of the new report generator.
public CreateLicenseManagerReportGeneratorResult withLicenseManagerReportGeneratorArn(String licenseManagerReportGeneratorArn)
The Amazon Resource Name (ARN) of the new report generator.
licenseManagerReportGeneratorArn
- The Amazon Resource Name (ARN) of the new report generator.public String toString()
toString
in class Object
Object.toString()
public CreateLicenseManagerReportGeneratorResult clone()