@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLicenseVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLicenseVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateLicenseVersionResult |
clone() |
boolean |
equals(Object obj) |
String |
getLicenseArn()
License ARN.
|
String |
getStatus()
License status.
|
String |
getVersion()
New version of the license.
|
int |
hashCode() |
void |
setLicenseArn(String licenseArn)
License ARN.
|
void |
setStatus(String status)
License status.
|
void |
setVersion(String version)
New version of the license.
|
String |
toString()
Returns a string representation of this object.
|
CreateLicenseVersionResult |
withLicenseArn(String licenseArn)
License ARN.
|
CreateLicenseVersionResult |
withStatus(LicenseStatus status)
License status.
|
CreateLicenseVersionResult |
withStatus(String status)
License status.
|
CreateLicenseVersionResult |
withVersion(String version)
New version of the license.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLicenseArn(String licenseArn)
License ARN.
licenseArn
- License ARN.public String getLicenseArn()
License ARN.
public CreateLicenseVersionResult withLicenseArn(String licenseArn)
License ARN.
licenseArn
- License ARN.public void setVersion(String version)
New version of the license.
version
- New version of the license.public String getVersion()
New version of the license.
public CreateLicenseVersionResult withVersion(String version)
New version of the license.
version
- New version of the license.public void setStatus(String status)
License status.
status
- License status.LicenseStatus
public String getStatus()
License status.
LicenseStatus
public CreateLicenseVersionResult withStatus(String status)
License status.
status
- License status.LicenseStatus
public CreateLicenseVersionResult withStatus(LicenseStatus status)
License status.
status
- License status.LicenseStatus
public String toString()
toString
in class Object
Object.toString()
public CreateLicenseVersionResult clone()