@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMicrosoftTeamsUserIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteMicrosoftTeamsUserIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMicrosoftTeamsUserIdentityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getChatConfigurationArn()
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
|
String |
getUserId()
Id from Microsoft Teams for user.
|
int |
hashCode() |
void |
setChatConfigurationArn(String chatConfigurationArn)
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
|
void |
setUserId(String userId)
Id from Microsoft Teams for user.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMicrosoftTeamsUserIdentityRequest |
withChatConfigurationArn(String chatConfigurationArn)
The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.
|
DeleteMicrosoftTeamsUserIdentityRequest |
withUserId(String userId)
Id from Microsoft Teams for user.
|
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, withSdkRequestTimeoutpublic DeleteMicrosoftTeamsUserIdentityRequest()
public void setChatConfigurationArn(String chatConfigurationArn)
chatConfigurationArn - The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.public String getChatConfigurationArn()
public DeleteMicrosoftTeamsUserIdentityRequest withChatConfigurationArn(String chatConfigurationArn)
chatConfigurationArn - The ARN of the MicrosoftTeamsChannelConfiguration associated with the user identity to delete.public void setUserId(String userId)
userId - Id from Microsoft Teams for user.public String getUserId()
public DeleteMicrosoftTeamsUserIdentityRequest withUserId(String userId)
userId - Id from Microsoft Teams for user.public String toString()
toString in class ObjectObject.toString()public DeleteMicrosoftTeamsUserIdentityRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()