@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateReportGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
UpdateReportGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateReportGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ReportGroup | 
getReportGroup()
 Information about the updated report group. 
 | 
int | 
hashCode()  | 
void | 
setReportGroup(ReportGroup reportGroup)
 Information about the updated report group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateReportGroupResult | 
withReportGroup(ReportGroup reportGroup)
 Information about the updated report group. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReportGroup(ReportGroup reportGroup)
Information about the updated report group.
reportGroup - Information about the updated report group.public ReportGroup getReportGroup()
Information about the updated report group.
public UpdateReportGroupResult withReportGroup(ReportGroup reportGroup)
Information about the updated report group.
reportGroup - Information about the updated report group.public String toString()
toString in class ObjectObject.toString()public UpdateReportGroupResult clone()