@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPerformanceAnalysisReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPerformanceAnalysisReportRequest() |
Modifier and Type | Method and Description |
---|---|
GetPerformanceAnalysisReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAcceptLanguage()
The text language in the report.
|
String |
getAnalysisReportId()
A unique identifier of the created analysis report.
|
String |
getIdentifier()
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
String |
getServiceType()
The Amazon Web Services service for which Performance Insights will return metrics.
|
String |
getTextFormat()
Indicates the text format in the report.
|
int |
hashCode() |
void |
setAcceptLanguage(String acceptLanguage)
The text language in the report.
|
void |
setAnalysisReportId(String analysisReportId)
A unique identifier of the created analysis report.
|
void |
setIdentifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
void |
setServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
void |
setTextFormat(String textFormat)
Indicates the text format in the report.
|
String |
toString()
Returns a string representation of this object.
|
GetPerformanceAnalysisReportRequest |
withAcceptLanguage(AcceptLanguage acceptLanguage)
The text language in the report.
|
GetPerformanceAnalysisReportRequest |
withAcceptLanguage(String acceptLanguage)
The text language in the report.
|
GetPerformanceAnalysisReportRequest |
withAnalysisReportId(String analysisReportId)
A unique identifier of the created analysis report.
|
GetPerformanceAnalysisReportRequest |
withIdentifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region.
|
GetPerformanceAnalysisReportRequest |
withServiceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
GetPerformanceAnalysisReportRequest |
withServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics.
|
GetPerformanceAnalysisReportRequest |
withTextFormat(String textFormat)
Indicates the text format in the report.
|
GetPerformanceAnalysisReportRequest |
withTextFormat(TextFormat textFormat)
Indicates the text format in the report.
|
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 setServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.
serviceType
- The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.ServiceType
public String getServiceType()
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.
RDS
.ServiceType
public GetPerformanceAnalysisReportRequest withServiceType(String serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.
serviceType
- The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.ServiceType
public GetPerformanceAnalysisReportRequest withServiceType(ServiceType serviceType)
The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.
serviceType
- The Amazon Web Services service for which Performance Insights will return metrics. Valid value is
RDS
.ServiceType
public void setIdentifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights
gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you
call DescribeDBInstances
, the identifier is returned as DbiResourceId
.
To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
identifier
- An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. In the console, the identifier is shown as
ResourceID. When you call DescribeDBInstances
, the identifier is returned as
DbiResourceId
.
To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
public String getIdentifier()
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights
gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you
call DescribeDBInstances
, the identifier is returned as DbiResourceId
.
To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
DescribeDBInstances
, the identifier is returned as
DbiResourceId
.
To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
public GetPerformanceAnalysisReportRequest withIdentifier(String identifier)
An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights
gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you
call DescribeDBInstances
, the identifier is returned as DbiResourceId
.
To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
identifier
- An immutable identifier for a data source that is unique for an Amazon Web Services Region. Performance
Insights gathers metrics from this data source. In the console, the identifier is shown as
ResourceID. When you call DescribeDBInstances
, the identifier is returned as
DbiResourceId
.
To use a DB instance as a data source, specify its DbiResourceId
value. For example, specify
db-ABCDEFGHIJKLMNOPQRSTU1VW2X
.
public void setAnalysisReportId(String analysisReportId)
A unique identifier of the created analysis report. For example, report-12345678901234567
analysisReportId
- A unique identifier of the created analysis report. For example, report-12345678901234567
public String getAnalysisReportId()
A unique identifier of the created analysis report. For example, report-12345678901234567
report-12345678901234567
public GetPerformanceAnalysisReportRequest withAnalysisReportId(String analysisReportId)
A unique identifier of the created analysis report. For example, report-12345678901234567
analysisReportId
- A unique identifier of the created analysis report. For example, report-12345678901234567
public void setTextFormat(String textFormat)
Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
. The
default value is plain text
.
textFormat
- Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
.
The default value is plain text
.TextFormat
public String getTextFormat()
Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
. The
default value is plain text
.
PLAIN_TEXT
or MARKDOWN
. The default value is plain text
.TextFormat
public GetPerformanceAnalysisReportRequest withTextFormat(String textFormat)
Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
. The
default value is plain text
.
textFormat
- Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
.
The default value is plain text
.TextFormat
public GetPerformanceAnalysisReportRequest withTextFormat(TextFormat textFormat)
Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
. The
default value is plain text
.
textFormat
- Indicates the text format in the report. The options are PLAIN_TEXT
or MARKDOWN
.
The default value is plain text
.TextFormat
public void setAcceptLanguage(String acceptLanguage)
The text language in the report. The default language is EN_US
(English).
acceptLanguage
- The text language in the report. The default language is EN_US
(English).AcceptLanguage
public String getAcceptLanguage()
The text language in the report. The default language is EN_US
(English).
EN_US
(English).AcceptLanguage
public GetPerformanceAnalysisReportRequest withAcceptLanguage(String acceptLanguage)
The text language in the report. The default language is EN_US
(English).
acceptLanguage
- The text language in the report. The default language is EN_US
(English).AcceptLanguage
public GetPerformanceAnalysisReportRequest withAcceptLanguage(AcceptLanguage acceptLanguage)
The text language in the report. The default language is EN_US
(English).
acceptLanguage
- The text language in the report. The default language is EN_US
(English).AcceptLanguage
public String toString()
toString
in class Object
Object.toString()
public GetPerformanceAnalysisReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()