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