@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProposalResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProposalResult() |
Modifier and Type | Method and Description |
---|---|
CreateProposalResult |
clone() |
boolean |
equals(Object obj) |
String |
getProposalId()
The unique identifier of the proposal.
|
int |
hashCode() |
void |
setProposalId(String proposalId)
The unique identifier of the proposal.
|
String |
toString()
Returns a string representation of this object.
|
CreateProposalResult |
withProposalId(String proposalId)
The unique identifier of the proposal.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProposalId(String proposalId)
The unique identifier of the proposal.
proposalId
- The unique identifier of the proposal.public String getProposalId()
The unique identifier of the proposal.
public CreateProposalResult withProposalId(String proposalId)
The unique identifier of the proposal.
proposalId
- The unique identifier of the proposal.public String toString()
toString
in class Object
Object.toString()
public CreateProposalResult clone()