Class ConfiguredTeam
- java.lang.Object
-
- software.amazon.awssdk.services.chatbot.model.ConfiguredTeam
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConfiguredTeam.Builder,ConfiguredTeam>
@Generated("software.amazon.awssdk:codegen") public final class ConfiguredTeam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfiguredTeam.Builder,ConfiguredTeam>
A Microsoft Teams team that has been authorized with AWS Chatbot.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfiguredTeam.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfiguredTeam.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ConfiguredTeam.Builder>serializableBuilderClass()StringteamId()The ID of the Microsoft Team authorized with AWS Chatbot.StringteamName()The name of the Microsoft Teams Team.StringtenantId()The ID of the Microsoft Teams tenant.ConfiguredTeam.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tenantId
public final String tenantId()
The ID of the Microsoft Teams tenant.- Returns:
- The ID of the Microsoft Teams tenant.
-
teamId
public final String teamId()
The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.- Returns:
- The ID of the Microsoft Team authorized with AWS Chatbot. To get the team ID, you must perform the initial authorization flow with Microsoft Teams in the AWS Chatbot console. Then you can copy and paste the team ID from the console. For more details, see steps 1-4 in Get started with Microsoft Teams in the AWS Chatbot Administrator Guide.
-
teamName
public final String teamName()
The name of the Microsoft Teams Team.- Returns:
- The name of the Microsoft Teams Team.
-
toBuilder
public ConfiguredTeam.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfiguredTeam.Builder,ConfiguredTeam>
-
builder
public static ConfiguredTeam.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConfiguredTeam.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-