@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutApprovalResultResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a PutApprovalResult action.
Constructor and Description |
---|
PutApprovalResultResult() |
Modifier and Type | Method and Description |
---|---|
PutApprovalResultResult |
clone() |
boolean |
equals(Object obj) |
Date |
getApprovedAt()
The timestamp showing when the approval or rejection was submitted.
|
int |
hashCode() |
void |
setApprovedAt(Date approvedAt)
The timestamp showing when the approval or rejection was submitted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutApprovalResultResult |
withApprovedAt(Date approvedAt)
The timestamp showing when the approval or rejection was submitted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApprovedAt(Date approvedAt)
The timestamp showing when the approval or rejection was submitted.
approvedAt
- The timestamp showing when the approval or rejection was submitted.public Date getApprovedAt()
The timestamp showing when the approval or rejection was submitted.
public PutApprovalResultResult withApprovedAt(Date approvedAt)
The timestamp showing when the approval or rejection was submitted.
approvedAt
- The timestamp showing when the approval or rejection was submitted.public String toString()
toString
in class Object
Object.toString()
public PutApprovalResultResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.