@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchTemplateLicenseConfigurationRequest extends Object implements Serializable, Cloneable
Describes a license configuration.
Constructor and Description |
---|
LaunchTemplateLicenseConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateLicenseConfigurationRequest |
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.
|
LaunchTemplateLicenseConfigurationRequest |
withLicenseConfigurationArn(String licenseConfigurationArn)
The Amazon Resource Name (ARN) of the license configuration.
|
public LaunchTemplateLicenseConfigurationRequest()
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 LaunchTemplateLicenseConfigurationRequest 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 LaunchTemplateLicenseConfigurationRequest clone()