@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPluginRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetPluginRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetPluginRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The identifier of the application which contains the plugin.
|
String |
getPluginId()
The identifier of the plugin.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The identifier of the application which contains the plugin.
|
void |
setPluginId(String pluginId)
The identifier of the plugin.
|
String |
toString()
Returns a string representation of this object.
|
GetPluginRequest |
withApplicationId(String applicationId)
The identifier of the application which contains the plugin.
|
GetPluginRequest |
withPluginId(String pluginId)
The identifier of the plugin.
|
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 void setApplicationId(String applicationId)
The identifier of the application which contains the plugin.
applicationId - The identifier of the application which contains the plugin.public String getApplicationId()
The identifier of the application which contains the plugin.
public GetPluginRequest withApplicationId(String applicationId)
The identifier of the application which contains the plugin.
applicationId - The identifier of the application which contains the plugin.public void setPluginId(String pluginId)
The identifier of the plugin.
pluginId - The identifier of the plugin.public String getPluginId()
The identifier of the plugin.
public GetPluginRequest withPluginId(String pluginId)
The identifier of the plugin.
pluginId - The identifier of the plugin.public String toString()
toString in class ObjectObject.toString()public GetPluginRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()