@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLicenseConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLicenseConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateLicenseConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseConfigurationArn()
ARN of the license configuration object after its creation.
|
int |
hashCode() |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration object after its creation.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseConfigurationResult |
withLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration object after its creation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration object after its creation.
licenseConfigurationArn
- ARN of the license configuration object after its creation.public String getLicenseConfigurationArn()
ARN of the license configuration object after its creation.
public CreateLicenseConfigurationResult withLicenseConfigurationArn(String licenseConfigurationArn)
ARN of the license configuration object after its creation.
licenseConfigurationArn
- ARN of the license configuration object after its creation.public String toString()
toString
in class Object
Object.toString()
public CreateLicenseConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.