@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkteamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DescribeWorkteamRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeWorkteamRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getWorkteamName()
 The name of the work team to return a description of. 
 | 
int | 
hashCode()  | 
void | 
setWorkteamName(String workteamName)
 The name of the work team to return a description of. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeWorkteamRequest | 
withWorkteamName(String workteamName)
 The name of the work team to return a description of. 
 | 
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 return a description of.
workteamName - The name of the work team to return a description of.public String getWorkteamName()
The name of the work team to return a description of.
public DescribeWorkteamRequest withWorkteamName(String workteamName)
The name of the work team to return a description of.
workteamName - The name of the work team to return a description of.public String toString()
toString in class ObjectObject.toString()public DescribeWorkteamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()