@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProposalRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetProposalRequest() |
Modifier and Type | Method and Description |
---|---|
GetProposalRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNetworkId()
The unique identifier of the network for which the proposal is made.
|
String |
getProposalId()
The unique identifier of the proposal.
|
int |
hashCode() |
void |
setNetworkId(String networkId)
The unique identifier of the network for which the proposal is made.
|
void |
setProposalId(String proposalId)
The unique identifier of the proposal.
|
String |
toString()
Returns a string representation of this object.
|
GetProposalRequest |
withNetworkId(String networkId)
The unique identifier of the network for which the proposal is made.
|
GetProposalRequest |
withProposalId(String proposalId)
The unique identifier of the proposal.
|
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 setNetworkId(String networkId)
The unique identifier of the network for which the proposal is made.
networkId
- The unique identifier of the network for which the proposal is made.public String getNetworkId()
The unique identifier of the network for which the proposal is made.
public GetProposalRequest withNetworkId(String networkId)
The unique identifier of the network for which the proposal is made.
networkId
- The unique identifier of the network for which the proposal is made.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 GetProposalRequest 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 GetProposalRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()