@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateStudioResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateStudioResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateStudioResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getStudioId()
 The ID of the Amazon EMR Studio. 
 | 
String | 
getUrl()
 The unique Studio access URL. 
 | 
int | 
hashCode()  | 
void | 
setStudioId(String studioId)
 The ID of the Amazon EMR Studio. 
 | 
void | 
setUrl(String url)
 The unique Studio access URL. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateStudioResult | 
withStudioId(String studioId)
 The ID of the Amazon EMR Studio. 
 | 
CreateStudioResult | 
withUrl(String url)
 The unique Studio access URL. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 CreateStudioResult withStudioId(String studioId)
The ID of the Amazon EMR Studio.
studioId - The ID of the Amazon EMR Studio.public void setUrl(String url)
The unique Studio access URL.
url - The unique Studio access URL.public String getUrl()
The unique Studio access URL.
public CreateStudioResult withUrl(String url)
The unique Studio access URL.
url - The unique Studio access URL.public String toString()
toString in class ObjectObject.toString()public CreateStudioResult clone()
Copyright © 2022. All rights reserved.