@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReportGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateReportGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateReportGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ReportExportConfig |
getExportConfig()
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
String |
getName()
The name of the report group.
|
String |
getType()
The type of report group.
|
int |
hashCode() |
void |
setExportConfig(ReportExportConfig exportConfig)
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
void |
setName(String name)
The name of the report group.
|
void |
setType(String type)
The type of report group.
|
String |
toString()
Returns a string representation of this object.
|
CreateReportGroupRequest |
withExportConfig(ReportExportConfig exportConfig)
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
CreateReportGroupRequest |
withName(String name)
The name of the report group.
|
CreateReportGroupRequest |
withType(ReportType type)
The type of report group.
|
CreateReportGroupRequest |
withType(String type)
The type of report group.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the report group.
name
- The name of the report group.public String getName()
The name of the report group.
public CreateReportGroupRequest withName(String name)
The name of the report group.
name
- The name of the report group.public void setType(String type)
The type of report group.
type
- The type of report group.ReportType
public String getType()
The type of report group.
ReportType
public CreateReportGroupRequest withType(String type)
The type of report group.
type
- The type of report group.ReportType
public CreateReportGroupRequest withType(ReportType type)
The type of report group.
type
- The type of report group.ReportType
public void setExportConfig(ReportExportConfig exportConfig)
A ReportExportConfig
object that contains information about where the report group test results are
exported.
exportConfig
- A ReportExportConfig
object that contains information about where the report group test
results are exported.public ReportExportConfig getExportConfig()
A ReportExportConfig
object that contains information about where the report group test results are
exported.
ReportExportConfig
object that contains information about where the report group test
results are exported.public CreateReportGroupRequest withExportConfig(ReportExportConfig exportConfig)
A ReportExportConfig
object that contains information about where the report group test results are
exported.
exportConfig
- A ReportExportConfig
object that contains information about where the report group test
results are exported.public String toString()
toString
in class Object
Object.toString()
public CreateReportGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.