@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOrganizationRecommendationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetOrganizationRecommendationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetOrganizationRecommendationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrganizationRecommendationIdentifier()
The Recommendation identifier
|
int |
hashCode() |
void |
setOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The Recommendation identifier
|
String |
toString()
Returns a string representation of this object.
|
GetOrganizationRecommendationRequest |
withOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The Recommendation identifier
|
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, withSdkRequestTimeoutpublic GetOrganizationRecommendationRequest()
public void setOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The Recommendation identifier
organizationRecommendationIdentifier - The Recommendation identifierpublic String getOrganizationRecommendationIdentifier()
The Recommendation identifier
public GetOrganizationRecommendationRequest withOrganizationRecommendationIdentifier(String organizationRecommendationIdentifier)
The Recommendation identifier
organizationRecommendationIdentifier - The Recommendation identifierpublic String toString()
toString in class ObjectObject.toString()public GetOrganizationRecommendationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()