@Generated(value="software.amazon.awssdk:codegen") public final class GetLogGroupFieldsRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<GetLogGroupFieldsRequest.Builder,GetLogGroupFieldsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLogGroupFieldsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLogGroupFieldsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupIdentifier()
Specify either the name or ARN of the log group to view.
|
String |
logGroupName()
The name of the log group to search.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLogGroupFieldsRequest.Builder> |
serializableBuilderClass() |
Long |
time()
The time to set as the center of the query.
|
GetLogGroupFieldsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logGroupName()
The name of the log group to search.
You must include either logGroupIdentifier or logGroupName, but not both.
You must include either logGroupIdentifier or logGroupName, but not both.
public final Long time()
The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes
after this time are searched. If you omit time, the most recent 15 minutes up to the current time
are searched.
The time value is specified as epoch time, which is the number of seconds since
January 1, 1970, 00:00:00 UTC.
time, the 8 minutes before and 8
minutes after this time are searched. If you omit time, the most recent 15 minutes up to the
current time are searched.
The time value is specified as epoch time, which is the number of seconds since
January 1, 1970, 00:00:00 UTC.
public final String logGroupIdentifier()
Specify either the name or ARN of the log group to view. If the log group is in a source account and you are using a monitoring account, you must specify the ARN.
You must include either logGroupIdentifier or logGroupName, but not both.
You must include either logGroupIdentifier or logGroupName, but not both.
public GetLogGroupFieldsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLogGroupFieldsRequest.Builder,GetLogGroupFieldsRequest>toBuilder in class CloudWatchLogsRequestpublic static GetLogGroupFieldsRequest.Builder builder()
public static Class<? extends GetLogGroupFieldsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.