@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkteamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateWorkteamRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkteamRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
An updated description for the work team.
|
List<MemberDefinition> |
getMemberDefinitions()
A list of
MemberDefinition objects that contain the updated work team members. |
NotificationConfiguration |
getNotificationConfiguration()
Configures SNS topic notifications for available or expiring work items
|
String |
getWorkteamName()
The name of the work team to update.
|
int |
hashCode() |
void |
setDescription(String description)
An updated description for the work team.
|
void |
setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contain the updated work team members. |
void |
setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
|
void |
setWorkteamName(String workteamName)
The name of the work team to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkteamRequest |
withDescription(String description)
An updated description for the work team.
|
UpdateWorkteamRequest |
withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contain the updated work team members. |
UpdateWorkteamRequest |
withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contain the updated work team members. |
UpdateWorkteamRequest |
withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
|
UpdateWorkteamRequest |
withWorkteamName(String workteamName)
The name of the work team to update.
|
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 void setWorkteamName(String workteamName)
The name of the work team to update.
workteamName - The name of the work team to update.public String getWorkteamName()
The name of the work team to update.
public UpdateWorkteamRequest withWorkteamName(String workteamName)
The name of the work team to update.
workteamName - The name of the work team to update.public List<MemberDefinition> getMemberDefinitions()
A list of MemberDefinition objects that contain the updated work team members.
MemberDefinition objects that contain the updated work team members.public void setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of MemberDefinition objects that contain the updated work team members.
memberDefinitions - A list of MemberDefinition objects that contain the updated work team members.public UpdateWorkteamRequest withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of MemberDefinition objects that contain the updated work team members.
NOTE: This method appends the values to the existing list (if any). Use
setMemberDefinitions(java.util.Collection) or withMemberDefinitions(java.util.Collection) if
you want to override the existing values.
memberDefinitions - A list of MemberDefinition objects that contain the updated work team members.public UpdateWorkteamRequest withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of MemberDefinition objects that contain the updated work team members.
memberDefinitions - A list of MemberDefinition objects that contain the updated work team members.public void setDescription(String description)
An updated description for the work team.
description - An updated description for the work team.public String getDescription()
An updated description for the work team.
public UpdateWorkteamRequest withDescription(String description)
An updated description for the work team.
description - An updated description for the work team.public void setNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
notificationConfiguration - Configures SNS topic notifications for available or expiring work itemspublic NotificationConfiguration getNotificationConfiguration()
Configures SNS topic notifications for available or expiring work items
public UpdateWorkteamRequest withNotificationConfiguration(NotificationConfiguration notificationConfiguration)
Configures SNS topic notifications for available or expiring work items
notificationConfiguration - Configures SNS topic notifications for available or expiring work itemspublic String toString()
toString in class ObjectObject.toString()public UpdateWorkteamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.