@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.