@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, setSdkResponseMetadata public GetLicenseResult()
public 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 Object Object.toString() public GetLicenseResult clone()