@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorkteamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorkteamResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorkteamResult |
clone() |
boolean |
equals(Object obj) |
String |
getWorkteamArn()
The Amazon Resource Name (ARN) of the work team.
|
int |
hashCode() |
void |
setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorkteamResult |
withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
workteamArn
- The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.public String getWorkteamArn()
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
public CreateWorkteamResult withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.
workteamArn
- The Amazon Resource Name (ARN) of the work team. You can use this ARN to identify the work team.public String toString()
toString
in class Object
Object.toString()
public CreateWorkteamResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.