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