@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorkteamRequest extends SageMakerRequest implements ToCopyableBuilder<UpdateWorkteamRequest.Builder,UpdateWorkteamRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorkteamRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorkteamRequest.Builder |
builder() |
String |
description()
An updated description for the work team.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<MemberDefinition> |
memberDefinitions()
A list of
MemberDefinition objects that contain the updated work team members. |
NotificationConfiguration |
notificationConfiguration()
Configures SNS topic notifications for available or expiring work items
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorkteamRequest.Builder> |
serializableBuilderClass() |
UpdateWorkteamRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workteamName()
The name of the work team to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String workteamName()
The name of the work team to update.
public List<MemberDefinition> memberDefinitions()
A list of MemberDefinition objects that contain the updated work team members.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
MemberDefinition objects that contain the updated work team members.public String description()
An updated description for the work team.
public NotificationConfiguration notificationConfiguration()
Configures SNS topic notifications for available or expiring work items
public UpdateWorkteamRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorkteamRequest.Builder,UpdateWorkteamRequest>toBuilder in class SageMakerRequestpublic static UpdateWorkteamRequest.Builder builder()
public static Class<? extends UpdateWorkteamRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.