@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateExpirationForHITRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateExpirationForHITRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateExpirationForHITRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getExpireAt()
The date and time at which you want the HIT to expire
|
String |
getHITId()
The HIT to update.
|
int |
hashCode() |
void |
setExpireAt(Date expireAt)
The date and time at which you want the HIT to expire
|
void |
setHITId(String hITId)
The HIT to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateExpirationForHITRequest |
withExpireAt(Date expireAt)
The date and time at which you want the HIT to expire
|
UpdateExpirationForHITRequest |
withHITId(String hITId)
The HIT to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHITId(String hITId)
The HIT to update.
hITId
- The HIT to update.public String getHITId()
The HIT to update.
public UpdateExpirationForHITRequest withHITId(String hITId)
The HIT to update.
hITId
- The HIT to update.public void setExpireAt(Date expireAt)
The date and time at which you want the HIT to expire
expireAt
- The date and time at which you want the HIT to expirepublic Date getExpireAt()
The date and time at which you want the HIT to expire
public UpdateExpirationForHITRequest withExpireAt(Date expireAt)
The date and time at which you want the HIT to expire
expireAt
- The date and time at which you want the HIT to expirepublic String toString()
toString
in class Object
Object.toString()
public UpdateExpirationForHITRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.