Interface AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for DeleteLaunchTemplateResponse.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ec2.events.*;
 DeleteLaunchTemplateResponse deleteLaunchTemplateResponse = DeleteLaunchTemplateResponse.builder()
         .launchTemplate(LaunchTemplate1.builder()
                 .createdBy(List.of("createdBy"))
                 .createTime(List.of("createTime"))
                 .defaultVersionNumber(List.of("defaultVersionNumber"))
                 .latestVersionNumber(List.of("latestVersionNumber"))
                 .launchTemplateId(List.of("launchTemplateId"))
                 .launchTemplateName(List.of("launchTemplateName"))
                 .build())
         .requestId(List.of("requestId"))
         .xmlns(List.of("xmlns"))
         .build();
 
  • Method Details

    • getLaunchTemplate

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.LaunchTemplate1 getLaunchTemplate()
      (experimental) launchTemplate property.

      Specify an array of string values to match this event if the actual value of launchTemplate is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRequestId

      @Stability(Experimental) @Nullable default List<String> getRequestId()
      (experimental) requestId property.

      Specify an array of string values to match this event if the actual value of requestId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getXmlns

      @Stability(Experimental) @Nullable default List<String> getXmlns()
      (experimental) xmlns property.

      Specify an array of string values to match this event if the actual value of xmlns is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse.Builder of AWSAPICallViaCloudTrail.DeleteLaunchTemplateResponse