@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LicenseConfiguration extends Object implements Serializable, Cloneable
Describes a license configuration.
Constructor and Description |
---|
LicenseConfiguration() |
Modifier and Type | Method and Description |
---|---|
LicenseConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
|
int |
hashCode() |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
String |
toString()
Returns a string representation of this object.
|
LicenseConfiguration |
withLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
public void setLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn
- The Amazon Resource Name (ARN) of the license configuration.public String getLicenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
public LicenseConfiguration withLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn
- The Amazon Resource Name (ARN) of the license configuration.public String toString()
toString
in class Object
Object.toString()
public LicenseConfiguration clone()