@Generated(value="software.amazon.awssdk:codegen") public final class GenerateAccessLogsRequest extends AmplifyRequest implements ToCopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>
The request structure for the generate access logs request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GenerateAccessLogsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The unique ID for an Amplify app.
|
static GenerateAccessLogsRequest.Builder |
builder() |
String |
domainName()
The name of the domain.
|
Instant |
endTime()
The time at which the logs should end.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GenerateAccessLogsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The time at which the logs should start.
|
GenerateAccessLogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTime()
The time at which the logs should start. The time range specified is inclusive of the start time.
public final Instant endTime()
The time at which the logs should end. The time range specified is inclusive of the end time.
public final String domainName()
The name of the domain.
public final String appId()
The unique ID for an Amplify app.
public GenerateAccessLogsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>toBuilder in class AmplifyRequestpublic static GenerateAccessLogsRequest.Builder builder()
public static Class<? extends GenerateAccessLogsRequest.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.