@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExtendLicenseConsumptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExtendLicenseConsumptionResult() |
Modifier and Type | Method and Description |
---|---|
ExtendLicenseConsumptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getExpiration()
Date and time at which the license consumption expires.
|
String |
getLicenseConsumptionToken()
License consumption token.
|
int |
hashCode() |
void |
setExpiration(String expiration)
Date and time at which the license consumption expires.
|
void |
setLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
String |
toString()
Returns a string representation of this object.
|
ExtendLicenseConsumptionResult |
withExpiration(String expiration)
Date and time at which the license consumption expires.
|
ExtendLicenseConsumptionResult |
withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken
- License consumption token.public String getLicenseConsumptionToken()
License consumption token.
public ExtendLicenseConsumptionResult withLicenseConsumptionToken(String licenseConsumptionToken)
License consumption token.
licenseConsumptionToken
- License consumption token.public void setExpiration(String expiration)
Date and time at which the license consumption expires.
expiration
- Date and time at which the license consumption expires.public String getExpiration()
Date and time at which the license consumption expires.
public ExtendLicenseConsumptionResult withExpiration(String expiration)
Date and time at which the license consumption expires.
expiration
- Date and time at which the license consumption expires.public String toString()
toString
in class Object
Object.toString()
public ExtendLicenseConsumptionResult clone()