@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFlowLogsIntegrationTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetFlowLogsIntegrationTemplateRequest>
NOOP| Constructor and Description |
|---|
GetFlowLogsIntegrationTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetFlowLogsIntegrationTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigDeliveryS3DestinationArn()
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
|
Request<GetFlowLogsIntegrationTemplateRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getFlowLogId()
The ID of the flow log.
|
IntegrateServices |
getIntegrateServices()
Information about the service integration.
|
int |
hashCode() |
void |
setConfigDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
|
void |
setFlowLogId(String flowLogId)
The ID of the flow log.
|
void |
setIntegrateServices(IntegrateServices integrateServices)
Information about the service integration.
|
String |
toString()
Returns a string representation of this object.
|
GetFlowLogsIntegrationTemplateRequest |
withConfigDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
|
GetFlowLogsIntegrationTemplateRequest |
withFlowLogId(String flowLogId)
The ID of the flow log.
|
GetFlowLogsIntegrationTemplateRequest |
withIntegrateServices(IntegrateServices integrateServices)
Information about the service integration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetFlowLogsIntegrationTemplateRequest()
public void setFlowLogId(String flowLogId)
The ID of the flow log.
flowLogId - The ID of the flow log.public String getFlowLogId()
The ID of the flow log.
public GetFlowLogsIntegrationTemplateRequest withFlowLogId(String flowLogId)
The ID of the flow log.
flowLogId - The ID of the flow log.public void setConfigDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
configDeliveryS3DestinationArn - To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.public String getConfigDeliveryS3DestinationArn()
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
public GetFlowLogsIntegrationTemplateRequest withConfigDeliveryS3DestinationArn(String configDeliveryS3DestinationArn)
To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.
configDeliveryS3DestinationArn - To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.public void setIntegrateServices(IntegrateServices integrateServices)
Information about the service integration.
integrateServices - Information about the service integration.public IntegrateServices getIntegrateServices()
Information about the service integration.
public GetFlowLogsIntegrationTemplateRequest withIntegrateServices(IntegrateServices integrateServices)
Information about the service integration.
integrateServices - Information about the service integration.public Request<GetFlowLogsIntegrationTemplateRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<GetFlowLogsIntegrationTemplateRequest>public String toString()
toString in class ObjectObject.toString()public GetFlowLogsIntegrationTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()