@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfilingGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The structure representing the createProfilingGroupResponse.
Constructor and Description |
---|
CreateProfilingGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateProfilingGroupResult |
clone() |
boolean |
equals(Object obj) |
ProfilingGroupDescription |
getProfilingGroup()
Information about the new profiling group
|
int |
hashCode() |
void |
setProfilingGroup(ProfilingGroupDescription profilingGroup)
Information about the new profiling group
|
String |
toString()
Returns a string representation of this object.
|
CreateProfilingGroupResult |
withProfilingGroup(ProfilingGroupDescription profilingGroup)
Information about the new profiling group
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfilingGroup(ProfilingGroupDescription profilingGroup)
Information about the new profiling group
profilingGroup
- Information about the new profiling grouppublic ProfilingGroupDescription getProfilingGroup()
Information about the new profiling group
public CreateProfilingGroupResult withProfilingGroup(ProfilingGroupDescription profilingGroup)
Information about the new profiling group
profilingGroup
- Information about the new profiling grouppublic String toString()
toString
in class Object
Object.toString()
public CreateProfilingGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.