@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkteamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateWorkteamResult() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkteamResult |
clone() |
boolean |
equals(Object obj) |
Workteam |
getWorkteam()
A
Workteam object that describes the updated work team. |
int |
hashCode() |
void |
setWorkteam(Workteam workteam)
A
Workteam object that describes the updated work team. |
String |
toString()
Returns a string representation of this object.
|
UpdateWorkteamResult |
withWorkteam(Workteam workteam)
A
Workteam object that describes the updated work team. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkteam(Workteam workteam)
A Workteam
object that describes the updated work team.
workteam
- A Workteam
object that describes the updated work team.public Workteam getWorkteam()
A Workteam
object that describes the updated work team.
Workteam
object that describes the updated work team.public UpdateWorkteamResult withWorkteam(Workteam workteam)
A Workteam
object that describes the updated work team.
workteam
- A Workteam
object that describes the updated work team.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkteamResult clone()