@Generated(value="software.amazon.awssdk:codegen") public final class GetFlowLogsIntegrationTemplateRequest extends Ec2Request implements ToCopyableBuilder<GetFlowLogsIntegrationTemplateRequest.Builder,GetFlowLogsIntegrationTemplateRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetFlowLogsIntegrationTemplateRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static GetFlowLogsIntegrationTemplateRequest.Builder |
builder() |
String |
configDeliveryS3DestinationArn()
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowLogId()
The ID of the flow log.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IntegrateServices |
integrateServices()
Information about the service integration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetFlowLogsIntegrationTemplateRequest.Builder> |
serializableBuilderClass() |
GetFlowLogsIntegrationTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String flowLogId()
The ID of the flow log.
public final String configDeliveryS3DestinationArn()
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
public final IntegrateServices integrateServices()
Information about the service integration.
public GetFlowLogsIntegrationTemplateRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetFlowLogsIntegrationTemplateRequest.Builder,GetFlowLogsIntegrationTemplateRequest>
toBuilder
in class Ec2Request
public static GetFlowLogsIntegrationTemplateRequest.Builder builder()
public static Class<? extends GetFlowLogsIntegrationTemplateRequest.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 © 2023. All rights reserved.