@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()
Amazon Resource Name (ARN) of the license configuration.
|
int |
hashCode() |
void |
setLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseConfigurationResult |
withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn
- Amazon Resource Name (ARN) of the license configuration.public String getLicenseConfigurationArn()
Amazon Resource Name (ARN) of the license configuration.
public CreateLicenseConfigurationResult withLicenseConfigurationArn(String licenseConfigurationArn)
Amazon Resource Name (ARN) of the license configuration.
licenseConfigurationArn
- Amazon Resource Name (ARN) of the license configuration.public String toString()
toString
in class Object
Object.toString()
public CreateLicenseConfigurationResult clone()