@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TimeWindow extends Object implements Serializable, Cloneable, StructuredPojo
In a GetSampledRequests request, the StartTime
and EndTime
objects specify the time
range for which you want WAF to return a sample of web requests.
You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator,
Z
. For example, "2016-09-27T14:50Z"
. You can specify any time range in the previous three
hours.
In a GetSampledRequests response, the StartTime
and EndTime
objects specify the time
range for which WAF actually returned a sample of web requests. WAF gets the specified number of requests from among
the first 5,000 requests that your Amazon Web Services resource receives during the specified time period. If your
resource receives more than 5,000 requests during that period, WAF stops sampling after the 5,000th request. In that
case, EndTime
is the time that WAF received the 5,000th request.
Constructor and Description |
---|
TimeWindow() |
Modifier and Type | Method and Description |
---|---|
TimeWindow |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The end of the time range from which you want
GetSampledRequests to return a sample of the requests
that your Amazon Web Services resource received. |
Date |
getStartTime()
The beginning of the time range from which you want
GetSampledRequests to return a sample of the
requests that your Amazon Web Services resource received. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndTime(Date endTime)
The end of the time range from which you want
GetSampledRequests to return a sample of the requests
that your Amazon Web Services resource received. |
void |
setStartTime(Date startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the
requests that your Amazon Web Services resource received. |
String |
toString()
Returns a string representation of this object.
|
TimeWindow |
withEndTime(Date endTime)
The end of the time range from which you want
GetSampledRequests to return a sample of the requests
that your Amazon Web Services resource received. |
TimeWindow |
withStartTime(Date startTime)
The beginning of the time range from which you want
GetSampledRequests to return a sample of the
requests that your Amazon Web Services resource received. |
public void setStartTime(Date startTime)
The beginning of the time range from which you want GetSampledRequests
to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated Universal
Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
startTime
- The beginning of the time range from which you want GetSampledRequests
to return a sample of
the requests that your Amazon Web Services resource received. You must specify the times in Coordinated
Universal Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.public Date getStartTime()
The beginning of the time range from which you want GetSampledRequests
to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated Universal
Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
GetSampledRequests
to return a sample of
the requests that your Amazon Web Services resource received. You must specify the times in Coordinated
Universal Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.public TimeWindow withStartTime(Date startTime)
The beginning of the time range from which you want GetSampledRequests
to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated Universal
Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
startTime
- The beginning of the time range from which you want GetSampledRequests
to return a sample of
the requests that your Amazon Web Services resource received. You must specify the times in Coordinated
Universal Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.public void setEndTime(Date endTime)
The end of the time range from which you want GetSampledRequests
to return a sample of the requests
that your Amazon Web Services resource received. You must specify the times in Coordinated Universal Time (UTC)
format. UTC format includes the special designator, Z
. For example, "2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
endTime
- The end of the time range from which you want GetSampledRequests
to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated
Universal Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.public Date getEndTime()
The end of the time range from which you want GetSampledRequests
to return a sample of the requests
that your Amazon Web Services resource received. You must specify the times in Coordinated Universal Time (UTC)
format. UTC format includes the special designator, Z
. For example, "2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
GetSampledRequests
to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated
Universal Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.public TimeWindow withEndTime(Date endTime)
The end of the time range from which you want GetSampledRequests
to return a sample of the requests
that your Amazon Web Services resource received. You must specify the times in Coordinated Universal Time (UTC)
format. UTC format includes the special designator, Z
. For example, "2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
endTime
- The end of the time range from which you want GetSampledRequests
to return a sample of the
requests that your Amazon Web Services resource received. You must specify the times in Coordinated
Universal Time (UTC) format. UTC format includes the special designator, Z
. For example,
"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.public String toString()
toString
in class Object
Object.toString()
public TimeWindow clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.