@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()
The returned
ProfilingGroupDescription object that contains information about the created profiling group. |
int |
hashCode() |
void |
setProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the created profiling group. |
String |
toString()
Returns a string representation of this object.
|
CreateProfilingGroupResult |
withProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the created profiling group. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription
object that contains information about the created profiling group.
profilingGroup
- The returned
ProfilingGroupDescription
object that contains information about the created profiling
group.public ProfilingGroupDescription getProfilingGroup()
The returned
ProfilingGroupDescription
object that contains information about the created profiling group.
ProfilingGroupDescription
object that contains information about the created profiling
group.public CreateProfilingGroupResult withProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription
object that contains information about the created profiling group.
profilingGroup
- The returned
ProfilingGroupDescription
object that contains information about the created profiling
group.public String toString()
toString
in class Object
Object.toString()
public CreateProfilingGroupResult clone()