Class GenerateAccessLogsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.amplify.model.AmplifyRequest
-
- software.amazon.awssdk.services.amplify.model.GenerateAccessLogsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>
@Generated("software.amazon.awssdk:codegen") public final class GenerateAccessLogsRequest extends AmplifyRequest implements ToCopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>
The request structure for the generate access logs request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenerateAccessLogsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappId()The unique ID for an Amplify app.static GenerateAccessLogsRequest.Builderbuilder()StringdomainName()The name of the domain.InstantendTime()The time at which the logs should end.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GenerateAccessLogsRequest.Builder>serializableBuilderClass()InstantstartTime()The time at which the logs should start.GenerateAccessLogsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
startTime
public final Instant startTime()
The time at which the logs should start. The time range specified is inclusive of the start time.
- Returns:
- The time at which the logs should start. The time range specified is inclusive of the start time.
-
endTime
public final Instant endTime()
The time at which the logs should end. The time range specified is inclusive of the end time.
- Returns:
- The time at which the logs should end. The time range specified is inclusive of the end time.
-
domainName
public final String domainName()
The name of the domain.
- Returns:
- The name of the domain.
-
appId
public final String appId()
The unique ID for an Amplify app.
- Returns:
- The unique ID for an Amplify app.
-
toBuilder
public GenerateAccessLogsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GenerateAccessLogsRequest.Builder,GenerateAccessLogsRequest>- Specified by:
toBuilderin classAmplifyRequest
-
builder
public static GenerateAccessLogsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GenerateAccessLogsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-