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