@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStudioLifecycleConfigRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeStudioLifecycleConfigRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStudioLifecycleConfigRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getStudioLifecycleConfigName()
The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
|
int |
hashCode() |
void |
setStudioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStudioLifecycleConfigRequest |
withStudioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
|
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 DescribeStudioLifecycleConfigRequest()
public void setStudioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
studioLifecycleConfigName
- The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.public String getStudioLifecycleConfigName()
The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
public DescribeStudioLifecycleConfigRequest withStudioLifecycleConfigName(String studioLifecycleConfigName)
The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.
studioLifecycleConfigName
- The name of the Amazon SageMaker Studio Lifecycle Configuration to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeStudioLifecycleConfigRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()