@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLogGroupFieldsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetLogGroupFieldsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetLogGroupFieldsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLogGroupName()
The name of the log group to search.
|
Long |
getTime()
The time to set as the center of the query.
|
int |
hashCode() |
void |
setLogGroupName(String logGroupName)
The name of the log group to search.
|
void |
setTime(Long time)
The time to set as the center of the query.
|
String |
toString()
Returns a string representation of this object.
|
GetLogGroupFieldsRequest |
withLogGroupName(String logGroupName)
The name of the log group to search.
|
GetLogGroupFieldsRequest |
withTime(Long time)
The time to set as the center of the query.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setLogGroupName(String logGroupName)
The name of the log group to search.
logGroupName - The name of the log group to search.public String getLogGroupName()
The name of the log group to search.
public GetLogGroupFieldsRequest withLogGroupName(String logGroupName)
The name of the log group to search.
logGroupName - The name of the log group to search.public void setTime(Long time)
The time to set as the center of the query. If you specify time, the 15 minutes before this time are
queries. If you omit time the 8 minutes before and 8 minutes after this time are searched.
The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.
time - The time to set as the center of the query. If you specify time, the 15 minutes before this
time are queries. If you omit time the 8 minutes before and 8 minutes after this time are
searched.
The time value is specified as epoch time, the number of seconds since January 1, 1970,
00:00:00 UTC.
public Long getTime()
The time to set as the center of the query. If you specify time, the 15 minutes before this time are
queries. If you omit time the 8 minutes before and 8 minutes after this time are searched.
The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.
time, the 15 minutes before this
time are queries. If you omit time the 8 minutes before and 8 minutes after this time are
searched.
The time value is specified as epoch time, the number of seconds since January 1, 1970,
00:00:00 UTC.
public GetLogGroupFieldsRequest withTime(Long time)
The time to set as the center of the query. If you specify time, the 15 minutes before this time are
queries. If you omit time the 8 minutes before and 8 minutes after this time are searched.
The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.
time - The time to set as the center of the query. If you specify time, the 15 minutes before this
time are queries. If you omit time the 8 minutes before and 8 minutes after this time are
searched.
The time value is specified as epoch time, the number of seconds since January 1, 1970,
00:00:00 UTC.
public String toString()
toString in class ObjectObject.toString()public GetLogGroupFieldsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.