@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStudioSessionMappingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStudioSessionMappingRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStudioSessionMappingRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityId()
The globally unique identifier (GUID) of the user or group.
|
String |
getIdentityName()
The name of the user or group to update.
|
String |
getIdentityType()
Specifies whether the identity to update is a user or a group.
|
String |
getSessionPolicyArn()
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or 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.
|
void |
setIdentityName(String identityName)
The name of the user or group to update.
|
void |
setIdentityType(String identityType)
Specifies whether the identity to update is a user or a group.
|
void |
setSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
|
void |
setStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
String |
toString()
Returns a string representation of this object.
|
UpdateStudioSessionMappingRequest |
withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group.
|
UpdateStudioSessionMappingRequest |
withIdentityName(String identityName)
The name of the user or group to update.
|
UpdateStudioSessionMappingRequest |
withIdentityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
|
UpdateStudioSessionMappingRequest |
withIdentityType(String identityType)
Specifies whether the identity to update is a user or a group.
|
UpdateStudioSessionMappingRequest |
withSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
|
UpdateStudioSessionMappingRequest |
withStudioId(String studioId)
The ID of the Amazon EMR Studio.
|
addHandlerContext, copyBaseTo, 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 UpdateStudioSessionMappingRequest 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 UpdateStudioSessionMappingRequest withIdentityId(String identityId)
The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName
or IdentityId
must be specified.
identityId
- The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.public void setIdentityName(String identityName)
The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.
identityName
- The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.public String getIdentityName()
The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.
IdentityName
or IdentityId
must be specified.public UpdateStudioSessionMappingRequest withIdentityName(String identityName)
The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.
identityName
- The name of the user or group to update. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either
IdentityName
or IdentityId
must be specified.public void setIdentityType(String identityType)
Specifies whether the identity to update is a user or a group.
identityType
- Specifies whether the identity to update is a user or a group.IdentityType
public String getIdentityType()
Specifies whether the identity to update is a user or a group.
IdentityType
public UpdateStudioSessionMappingRequest withIdentityType(String identityType)
Specifies whether the identity to update is a user or a group.
identityType
- Specifies whether the identity to update is a user or a group.IdentityType
public UpdateStudioSessionMappingRequest withIdentityType(IdentityType identityType)
Specifies whether the identity to update is a user or a group.
identityType
- Specifies whether the identity to update is a user or a group.IdentityType
public void setSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.public String getSessionPolicyArn()
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
public UpdateStudioSessionMappingRequest withSessionPolicyArn(String sessionPolicyArn)
The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.
sessionPolicyArn
- The Amazon Resource Name (ARN) of the session policy to associate with the specified user or group.public String toString()
toString
in class Object
Object.toString()
public UpdateStudioSessionMappingRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.