@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMicrosoftTeamsChannelConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateMicrosoftTeamsChannelConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateMicrosoftTeamsChannelConfigurationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getChannelId()The ID of the Microsoft Teams channel. | 
| String | getChannelName()The name of the Microsoft Teams channel. | 
| String | getChatConfigurationArn()The ARN of the MicrosoftTeamsChannelConfiguration to update. | 
| List<String> | getGuardrailPolicyArns()The list of IAM policy ARNs that are applied as channel guardrails. | 
| String | getIamRoleArn()The ARN of the IAM role that defines the permissions for AWS Chatbot. | 
| String | getLoggingLevel()Logging levels include ERROR, INFO, or NONE. | 
| List<String> | getSnsTopicArns()The ARNs of the SNS topics that deliver notifications to AWS Chatbot. | 
| Boolean | getUserAuthorizationRequired()Enables use of a user role requirement in your chat configuration. | 
| int | hashCode() | 
| Boolean | isUserAuthorizationRequired()Enables use of a user role requirement in your chat configuration. | 
| void | setChannelId(String channelId)The ID of the Microsoft Teams channel. | 
| void | setChannelName(String channelName)The name of the Microsoft Teams channel. | 
| void | setChatConfigurationArn(String chatConfigurationArn)The ARN of the MicrosoftTeamsChannelConfiguration to update. | 
| void | setGuardrailPolicyArns(Collection<String> guardrailPolicyArns)The list of IAM policy ARNs that are applied as channel guardrails. | 
| void | setIamRoleArn(String iamRoleArn)The ARN of the IAM role that defines the permissions for AWS Chatbot. | 
| void | setLoggingLevel(String loggingLevel)Logging levels include ERROR, INFO, or NONE. | 
| void | setSnsTopicArns(Collection<String> snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot. | 
| void | setUserAuthorizationRequired(Boolean userAuthorizationRequired)Enables use of a user role requirement in your chat configuration. | 
| String | toString()Returns a string representation of this object. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withChannelId(String channelId)The ID of the Microsoft Teams channel. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withChannelName(String channelName)The name of the Microsoft Teams channel. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withChatConfigurationArn(String chatConfigurationArn)The ARN of the MicrosoftTeamsChannelConfiguration to update. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)The list of IAM policy ARNs that are applied as channel guardrails. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withGuardrailPolicyArns(String... guardrailPolicyArns)The list of IAM policy ARNs that are applied as channel guardrails. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withIamRoleArn(String iamRoleArn)The ARN of the IAM role that defines the permissions for AWS Chatbot. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withLoggingLevel(String loggingLevel)Logging levels include ERROR, INFO, or NONE. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withSnsTopicArns(Collection<String> snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withSnsTopicArns(String... snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot. | 
| UpdateMicrosoftTeamsChannelConfigurationRequest | withUserAuthorizationRequired(Boolean userAuthorizationRequired)Enables use of a user role requirement in your chat configuration. | 
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 UpdateMicrosoftTeamsChannelConfigurationRequest()
public void setChatConfigurationArn(String chatConfigurationArn)
chatConfigurationArn - The ARN of the MicrosoftTeamsChannelConfiguration to update.public String getChatConfigurationArn()
public UpdateMicrosoftTeamsChannelConfigurationRequest withChatConfigurationArn(String chatConfigurationArn)
chatConfigurationArn - The ARN of the MicrosoftTeamsChannelConfiguration to update.public void setChannelId(String channelId)
channelId - The ID of the Microsoft Teams channel.public String getChannelId()
public UpdateMicrosoftTeamsChannelConfigurationRequest withChannelId(String channelId)
channelId - The ID of the Microsoft Teams channel.public void setChannelName(String channelName)
channelName - The name of the Microsoft Teams channel.public String getChannelName()
public UpdateMicrosoftTeamsChannelConfigurationRequest withChannelName(String channelName)
channelName - The name of the Microsoft Teams channel.public List<String> getSnsTopicArns()
public void setSnsTopicArns(Collection<String> snsTopicArns)
snsTopicArns - The ARNs of the SNS topics that deliver notifications to AWS Chatbot.public UpdateMicrosoftTeamsChannelConfigurationRequest withSnsTopicArns(String... snsTopicArns)
 NOTE: This method appends the values to the existing list (if any). Use
 setSnsTopicArns(java.util.Collection) or withSnsTopicArns(java.util.Collection) if you want to
 override the existing values.
 
snsTopicArns - The ARNs of the SNS topics that deliver notifications to AWS Chatbot.public UpdateMicrosoftTeamsChannelConfigurationRequest withSnsTopicArns(Collection<String> snsTopicArns)
snsTopicArns - The ARNs of the SNS topics that deliver notifications to AWS Chatbot.public void setIamRoleArn(String iamRoleArn)
iamRoleArn - The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS
        Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS
        Chatbot.public String getIamRoleArn()
public UpdateMicrosoftTeamsChannelConfigurationRequest withIamRoleArn(String iamRoleArn)
iamRoleArn - The ARN of the IAM role that defines the permissions for AWS Chatbot. This is a user-defined role that AWS
        Chatbot will assume. This is not the service-linked role. For more information, see IAM Policies for AWS
        Chatbot.public void setLoggingLevel(String loggingLevel)
loggingLevel - Logging levels include ERROR, INFO, or NONE.public String getLoggingLevel()
public UpdateMicrosoftTeamsChannelConfigurationRequest withLoggingLevel(String loggingLevel)
loggingLevel - Logging levels include ERROR, INFO, or NONE.public List<String> getGuardrailPolicyArns()
public void setGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
guardrailPolicyArns - The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess'
        policy is applied by default if this is not set.public UpdateMicrosoftTeamsChannelConfigurationRequest withGuardrailPolicyArns(String... guardrailPolicyArns)
 NOTE: This method appends the values to the existing list (if any). Use
 setGuardrailPolicyArns(java.util.Collection) or withGuardrailPolicyArns(java.util.Collection)
 if you want to override the existing values.
 
guardrailPolicyArns - The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess'
        policy is applied by default if this is not set.public UpdateMicrosoftTeamsChannelConfigurationRequest withGuardrailPolicyArns(Collection<String> guardrailPolicyArns)
guardrailPolicyArns - The list of IAM policy ARNs that are applied as channel guardrails. The AWS managed 'AdministratorAccess'
        policy is applied by default if this is not set.public void setUserAuthorizationRequired(Boolean userAuthorizationRequired)
userAuthorizationRequired - Enables use of a user role requirement in your chat configuration.public Boolean getUserAuthorizationRequired()
public UpdateMicrosoftTeamsChannelConfigurationRequest withUserAuthorizationRequired(Boolean userAuthorizationRequired)
userAuthorizationRequired - Enables use of a user role requirement in your chat configuration.public Boolean isUserAuthorizationRequired()
public String toString()
toString in class ObjectObject.toString()public UpdateMicrosoftTeamsChannelConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()