@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LicenseSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Details for associating a license configuration with a resource.
| Constructor and Description |
|---|
LicenseSpecification() |
| Modifier and Type | Method and Description |
|---|---|
LicenseSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseConfigurationArn()
Amazon Resource Name (ARN) of the license configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
String |
toString()
Returns a string representation of this object.
|
LicenseSpecification |
withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
public void setLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.public String getLicenseConfigurationArn()
Amazon Resource Name (ARN) of the license configuration.
public LicenseSpecification withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.public String toString()
toString in class ObjectObject.toString()public LicenseSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.