@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWorkGroupResult() |
Modifier and Type | Method and Description |
---|---|
GetWorkGroupResult |
clone() |
boolean |
equals(Object obj) |
WorkGroup |
getWorkGroup()
Information about the workgroup.
|
int |
hashCode() |
void |
setWorkGroup(WorkGroup workGroup)
Information about the workgroup.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkGroupResult |
withWorkGroup(WorkGroup workGroup)
Information about the workgroup.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkGroup(WorkGroup workGroup)
Information about the workgroup.
workGroup
- Information about the workgroup.public WorkGroup getWorkGroup()
Information about the workgroup.
public GetWorkGroupResult withWorkGroup(WorkGroup workGroup)
Information about the workgroup.
workGroup
- Information about the workgroup.public String toString()
toString
in class Object
Object.toString()
public GetWorkGroupResult clone()
Copyright © 2024. All rights reserved.