@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationComponentDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetApplicationComponentDetailsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetApplicationComponentDetailsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationComponentId()
The ID of the application component.
|
int |
hashCode() |
void |
setApplicationComponentId(String applicationComponentId)
The ID of the application component.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationComponentDetailsRequest |
withApplicationComponentId(String applicationComponentId)
The ID of the application component.
|
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 GetApplicationComponentDetailsRequest()
public void setApplicationComponentId(String applicationComponentId)
The ID of the application component. The ID is unique within an AWS account.
applicationComponentId - The ID of the application component. The ID is unique within an AWS account.public String getApplicationComponentId()
The ID of the application component. The ID is unique within an AWS account.
public GetApplicationComponentDetailsRequest withApplicationComponentId(String applicationComponentId)
The ID of the application component. The ID is unique within an AWS account.
applicationComponentId - The ID of the application component. The ID is unique within an AWS account.public String toString()
toString in class ObjectObject.toString()public GetApplicationComponentDetailsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()