@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLicenseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLicenseResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLicenseResult |
clone() |
boolean |
equals(Object obj) |
License |
getLicense()
License details.
|
int |
hashCode() |
void |
setLicense(License license)
License details.
|
String |
toString()
Returns a string representation of this object.
|
GetLicenseResult |
withLicense(License license)
License details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLicense(License license)
License details.
license - License details.public License getLicense()
License details.
public GetLicenseResult withLicense(License license)
License details.
license - License details.public String toString()
toString in class ObjectObject.toString()public GetLicenseResult clone()