@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LicenseSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Object used 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()
ARN of the
LicenseConfiguration object. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the
LicenseConfiguration object. |
String |
toString()
Returns a string representation of this object.
|
LicenseSpecification |
withLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the
LicenseConfiguration object. |
public void setLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the LicenseConfiguration object.
licenseConfigurationArn - ARN of the LicenseConfiguration object.public String getLicenseConfigurationArn()
ARN of the LicenseConfiguration object.
LicenseConfiguration object.public LicenseSpecification withLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the LicenseConfiguration object.
licenseConfigurationArn - ARN of the LicenseConfiguration object.public String toString()
toString in class ObjectObject.toString()public LicenseSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.