@Generated(value="software.amazon.awssdk:codegen") public final class GetRealtimeLogConfigRequest extends CloudFrontRequest implements ToCopyableBuilder<GetRealtimeLogConfigRequest.Builder,GetRealtimeLogConfigRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetRealtimeLogConfigRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the real-time log configuration to get.
|
static GetRealtimeLogConfigRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the real-time log configuration to get.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetRealtimeLogConfigRequest.Builder> |
serializableBuilderClass() |
GetRealtimeLogConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String name()
The name of the real-time log configuration to get.
public final String arn()
The Amazon Resource Name (ARN) of the real-time log configuration to get.
public GetRealtimeLogConfigRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetRealtimeLogConfigRequest.Builder,GetRealtimeLogConfigRequest>
toBuilder
in class CloudFrontRequest
public static GetRealtimeLogConfigRequest.Builder builder()
public static Class<? extends GetRealtimeLogConfigRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.