@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportImageLicenseConfigurationResponse extends Object implements Serializable, Cloneable
The response information for license configurations.
Constructor and Description |
---|
ImportImageLicenseConfigurationResponse() |
Modifier and Type | Method and Description |
---|---|
ImportImageLicenseConfigurationResponse |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseConfigurationArn()
The ARN of a license configuration.
|
int |
hashCode() |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
The ARN of a license configuration.
|
String |
toString()
Returns a string representation of this object.
|
ImportImageLicenseConfigurationResponse |
withLicenseConfigurationArn(String licenseConfigurationArn)
The ARN of a license configuration.
|
public ImportImageLicenseConfigurationResponse()
public void setLicenseConfigurationArn(String licenseConfigurationArn)
The ARN of a license configuration.
licenseConfigurationArn
- The ARN of a license configuration.public String getLicenseConfigurationArn()
The ARN of a license configuration.
public ImportImageLicenseConfigurationResponse withLicenseConfigurationArn(String licenseConfigurationArn)
The ARN of a license configuration.
licenseConfigurationArn
- The ARN of a license configuration.public String toString()
toString
in class Object
Object.toString()
public ImportImageLicenseConfigurationResponse clone()