@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProfilingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the describeProfilingGroupResponse.
| Constructor and Description |
|---|
DescribeProfilingGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProfilingGroupResult |
clone() |
boolean |
equals(Object obj) |
ProfilingGroupDescription |
getProfilingGroup()
The returned
ProfilingGroupDescription object that contains information about the requested profiling group. |
int |
hashCode() |
void |
setProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the requested profiling group. |
String |
toString()
Returns a string representation of this object.
|
DescribeProfilingGroupResult |
withProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the requested profiling group. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the requested profiling group.
profilingGroup - The returned
ProfilingGroupDescription object that contains information about the requested profiling
group.public ProfilingGroupDescription getProfilingGroup()
The returned
ProfilingGroupDescription object that contains information about the requested profiling group.
ProfilingGroupDescription object that contains information about the requested
profiling group.public DescribeProfilingGroupResult withProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the requested profiling group.
profilingGroup - The returned
ProfilingGroupDescription object that contains information about the requested profiling
group.public String toString()
toString in class ObjectObject.toString()public DescribeProfilingGroupResult clone()