@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProfileRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The structure representing the getProfileRequest.
NOOP
Constructor and Description |
---|
GetProfileRequest() |
Modifier and Type | Method and Description |
---|---|
GetProfileRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccept()
The format of the returned profiling data.
|
Date |
getEndTime()
The end time of the requested profile.
|
Integer |
getMaxDepth()
The maximum depth of the stacks in the code that is represented in the aggregated profile.
|
String |
getPeriod()
Used with
startTime or endTime to specify the time range for the returned aggregated
profile. |
String |
getProfilingGroupName()
The name of the profiling group to get.
|
Date |
getStartTime()
The start time of the profile to get.
|
int |
hashCode() |
void |
setAccept(String accept)
The format of the returned profiling data.
|
void |
setEndTime(Date endTime)
The end time of the requested profile.
|
void |
setMaxDepth(Integer maxDepth)
The maximum depth of the stacks in the code that is represented in the aggregated profile.
|
void |
setPeriod(String period)
Used with
startTime or endTime to specify the time range for the returned aggregated
profile. |
void |
setProfilingGroupName(String profilingGroupName)
The name of the profiling group to get.
|
void |
setStartTime(Date startTime)
The start time of the profile to get.
|
String |
toString()
Returns a string representation of this object.
|
GetProfileRequest |
withAccept(String accept)
The format of the returned profiling data.
|
GetProfileRequest |
withEndTime(Date endTime)
The end time of the requested profile.
|
GetProfileRequest |
withMaxDepth(Integer maxDepth)
The maximum depth of the stacks in the code that is represented in the aggregated profile.
|
GetProfileRequest |
withPeriod(String period)
Used with
startTime or endTime to specify the time range for the returned aggregated
profile. |
GetProfileRequest |
withProfilingGroupName(String profilingGroupName)
The name of the profiling group to get.
|
GetProfileRequest |
withStartTime(Date startTime)
The start time of the profile to get.
|
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 setAccept(String accept)
The format of the returned profiling data. The format maps to the Accept
and
Content-Type
headers of the HTTP request. You can specify one of the following: or the default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
accept
- The format of the returned profiling data. The format maps to the Accept
and
Content-Type
headers of the HTTP request. You can specify one of the following: or the
default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
public String getAccept()
The format of the returned profiling data. The format maps to the Accept
and
Content-Type
headers of the HTTP request. You can specify one of the following: or the default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
Accept
and
Content-Type
headers of the HTTP request. You can specify one of the following: or the
default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
public GetProfileRequest withAccept(String accept)
The format of the returned profiling data. The format maps to the Accept
and
Content-Type
headers of the HTTP request. You can specify one of the following: or the default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
accept
- The format of the returned profiling data. The format maps to the Accept
and
Content-Type
headers of the HTTP request. You can specify one of the following: or the
default .
<ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>
public void setEndTime(Date endTime)
The end time of the requested profile. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
If you specify endTime
, then you must also specify period
or startTime
,
but not both.
endTime
- The end time of the requested profile. Specify using the ISO 8601 format. For example,
2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
If you specify endTime
, then you must also specify period
or
startTime
, but not both.
public Date getEndTime()
The end time of the requested profile. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
If you specify endTime
, then you must also specify period
or startTime
,
but not both.
If you specify endTime
, then you must also specify period
or
startTime
, but not both.
public GetProfileRequest withEndTime(Date endTime)
The end time of the requested profile. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
If you specify endTime
, then you must also specify period
or startTime
,
but not both.
endTime
- The end time of the requested profile. Specify using the ISO 8601 format. For example,
2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
If you specify endTime
, then you must also specify period
or
startTime
, but not both.
public void setMaxDepth(Integer maxDepth)
The maximum depth of the stacks in the code that is represented in the aggregated profile. For example, if
CodeGuru Profiler finds a method A
, which calls method B
, which calls method
C
, which calls method D
, then the depth is 4. If the maxDepth
is set to 2,
then the aggregated profile contains representations of methods A
and B
.
maxDepth
- The maximum depth of the stacks in the code that is represented in the aggregated profile. For example, if
CodeGuru Profiler finds a method A
, which calls method B
, which calls method
C
, which calls method D
, then the depth is 4. If the maxDepth
is
set to 2, then the aggregated profile contains representations of methods A
and
B
.public Integer getMaxDepth()
The maximum depth of the stacks in the code that is represented in the aggregated profile. For example, if
CodeGuru Profiler finds a method A
, which calls method B
, which calls method
C
, which calls method D
, then the depth is 4. If the maxDepth
is set to 2,
then the aggregated profile contains representations of methods A
and B
.
A
, which calls method B
, which calls method
C
, which calls method D
, then the depth is 4. If the maxDepth
is
set to 2, then the aggregated profile contains representations of methods A
and
B
.public GetProfileRequest withMaxDepth(Integer maxDepth)
The maximum depth of the stacks in the code that is represented in the aggregated profile. For example, if
CodeGuru Profiler finds a method A
, which calls method B
, which calls method
C
, which calls method D
, then the depth is 4. If the maxDepth
is set to 2,
then the aggregated profile contains representations of methods A
and B
.
maxDepth
- The maximum depth of the stacks in the code that is represented in the aggregated profile. For example, if
CodeGuru Profiler finds a method A
, which calls method B
, which calls method
C
, which calls method D
, then the depth is 4. If the maxDepth
is
set to 2, then the aggregated profile contains representations of methods A
and
B
.public void setPeriod(String period)
Used with startTime
or endTime
to specify the time range for the returned aggregated
profile. Specify using the ISO 8601 format. For example, P1DT1H1M1S
.
<p> To get the latest aggregated profile, specify only <code>period</code>. </p>
period
- Used with startTime
or endTime
to specify the time range for the returned
aggregated profile. Specify using the ISO 8601 format. For example, P1DT1H1M1S
.
<p> To get the latest aggregated profile, specify only <code>period</code>. </p>
public String getPeriod()
Used with startTime
or endTime
to specify the time range for the returned aggregated
profile. Specify using the ISO 8601 format. For example, P1DT1H1M1S
.
<p> To get the latest aggregated profile, specify only <code>period</code>. </p>
startTime
or endTime
to specify the time range for the returned
aggregated profile. Specify using the ISO 8601 format. For example, P1DT1H1M1S
.
<p> To get the latest aggregated profile, specify only <code>period</code>. </p>
public GetProfileRequest withPeriod(String period)
Used with startTime
or endTime
to specify the time range for the returned aggregated
profile. Specify using the ISO 8601 format. For example, P1DT1H1M1S
.
<p> To get the latest aggregated profile, specify only <code>period</code>. </p>
period
- Used with startTime
or endTime
to specify the time range for the returned
aggregated profile. Specify using the ISO 8601 format. For example, P1DT1H1M1S
.
<p> To get the latest aggregated profile, specify only <code>period</code>. </p>
public void setProfilingGroupName(String profilingGroupName)
The name of the profiling group to get.
profilingGroupName
- The name of the profiling group to get.public String getProfilingGroupName()
The name of the profiling group to get.
public GetProfileRequest withProfilingGroupName(String profilingGroupName)
The name of the profiling group to get.
profilingGroupName
- The name of the profiling group to get.public void setStartTime(Date startTime)
The start time of the profile to get. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
<p> If you specify <code>startTime</code>, then you must also specify <code>period</code> or <code>endTime</code>, but not both. </p>
startTime
- The start time of the profile to get. Specify using the ISO 8601 format. For example,
2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
<p> If you specify <code>startTime</code>, then you must also specify <code>period</code> or <code>endTime</code>, but not both. </p>
public Date getStartTime()
The start time of the profile to get. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
<p> If you specify <code>startTime</code>, then you must also specify <code>period</code> or <code>endTime</code>, but not both. </p>
<p> If you specify <code>startTime</code>, then you must also specify <code>period</code> or <code>endTime</code>, but not both. </p>
public GetProfileRequest withStartTime(Date startTime)
The start time of the profile to get. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
<p> If you specify <code>startTime</code>, then you must also specify <code>period</code> or <code>endTime</code>, but not both. </p>
startTime
- The start time of the profile to get. Specify using the ISO 8601 format. For example,
2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
<p> If you specify <code>startTime</code>, then you must also specify <code>period</code> or <code>endTime</code>, but not both. </p>
public String toString()
toString
in class Object
Object.toString()
public GetProfileRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.