@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStudioRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DeleteStudioRequest () |
| Modifier and Type | Method and Description |
|---|---|
DeleteStudioRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getStudioId ()
The ID of the Amazon EMR Studio.
|
int |
hashCode () |
void |
setStudioId (String studioId)
The ID of the Amazon EMR Studio.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteStudioRequest |
withStudioId (String studioId)
The ID of the Amazon EMR Studio.
|
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 DeleteStudioRequest()
public void setStudioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.public String getStudioId()
The ID of the Amazon EMR Studio.
public DeleteStudioRequest withStudioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.public String toString()
toString in class Object Object.toString() public DeleteStudioRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()