@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsEc2LaunchTemplateDataLicenseSetDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides details about the license configuration for an Amazon EC2 instance.
| Constructor and Description |
|---|
AwsEc2LaunchTemplateDataLicenseSetDetails() |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataLicenseSetDetails |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
String |
toString()
Returns a string representation of this object.
|
AwsEc2LaunchTemplateDataLicenseSetDetails |
withLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
public AwsEc2LaunchTemplateDataLicenseSetDetails()
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 AwsEc2LaunchTemplateDataLicenseSetDetails 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 ObjectObject.toString()public AwsEc2LaunchTemplateDataLicenseSetDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.