@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStudioSessionMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteStudioSessionMappingRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteStudioSessionMappingRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentityId()
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.
|
String |
getIdentityName()
The name of the user name or group to remove from the Studio.
|
String |
getIdentityType()
Specifies whether the identity to delete from the Studio is a user or a group.
|
String |
getStudioId()
The ID of the Amazon EMR Studio.
|
int |
hashCode() |
void |
setIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.
|
void |
setIdentityName(String identityName)
The name of the user name or group to remove from the Studio.
|
void |
setIdentityType(String identityType)
Specifies whether the identity to delete from the Studio is a user or a group.
|
void |
setStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStudioSessionMappingRequest |
withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio.
|
DeleteStudioSessionMappingRequest |
withIdentityName(String identityName)
The name of the user name or group to remove from the Studio.
|
DeleteStudioSessionMappingRequest |
withIdentityType(IdentityType identityType)
Specifies whether the identity to delete from the Studio is a user or a group.
|
DeleteStudioSessionMappingRequest |
withIdentityType(String identityType)
Specifies whether the identity to delete from the Studio is a user or a group.
|
DeleteStudioSessionMappingRequest |
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 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 DeleteStudioSessionMappingRequest withStudioId(String studioId)
The ID of the Amazon EMR Studio.
studioId
- The ID of the Amazon EMR Studio.public void setIdentityId(String identityId)
public String getIdentityId()
public DeleteStudioSessionMappingRequest withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more
information, see UserId and GroupId in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.
identityId
- The globally unique identifier (GUID) of the user or group to remove from the Amazon EMR Studio. For more
information, see UserId and GroupId in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.public void setIdentityName(String identityName)
The name of the user name or group to remove from the Studio. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.
identityName
- The name of the user name or group to remove from the Studio. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.public String getIdentityName()
The name of the user name or group to remove from the Studio. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.
IdentityName
or
IdentityId
must be specified.public DeleteStudioSessionMappingRequest withIdentityName(String identityName)
The name of the user name or group to remove from the Studio. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.
identityName
- The name of the user name or group to remove from the Studio. For more information, see UserName and DisplayName in the AWS SSO Identity Store API Reference. Either IdentityName
or
IdentityId
must be specified.public void setIdentityType(String identityType)
Specifies whether the identity to delete from the Studio is a user or a group.
identityType
- Specifies whether the identity to delete from the Studio is a user or a group.IdentityType
public String getIdentityType()
Specifies whether the identity to delete from the Studio is a user or a group.
IdentityType
public DeleteStudioSessionMappingRequest withIdentityType(String identityType)
Specifies whether the identity to delete from the Studio is a user or a group.
identityType
- Specifies whether the identity to delete from the Studio is a user or a group.IdentityType
public DeleteStudioSessionMappingRequest withIdentityType(IdentityType identityType)
Specifies whether the identity to delete from the Studio is a user or a group.
identityType
- Specifies whether the identity to delete from the Studio is a user or a group.IdentityType
public String toString()
toString
in class Object
Object.toString()
public DeleteStudioSessionMappingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()