/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.quicksight.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Controls how a specific VPCConnection
resource is parameterized in the outputted CloudFormation
* template.
*
* The ARN of the specific VPCConnection
resource whose override properties are configured in this
* structure.
*
* A list of VPCConnection
resource properties to generate variables for in the returned CloudFormation
* template.
*
* The ARN of the specific VPCConnection
resource whose override properties are configured in this
* structure.
*
VPCConnection
resource whose override properties are configured in
* this structure.
*/
public void setArn(String arn) {
this.arn = arn;
}
/**
*
* The ARN of the specific VPCConnection
resource whose override properties are configured in this
* structure.
*
VPCConnection
resource whose override properties are configured in
* this structure.
*/
public String getArn() {
return this.arn;
}
/**
*
* The ARN of the specific VPCConnection
resource whose override properties are configured in this
* structure.
*
VPCConnection
resource whose override properties are configured in
* this structure.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public AssetBundleExportJobVPCConnectionOverrideProperties withArn(String arn) {
setArn(arn);
return this;
}
/**
*
* A list of VPCConnection
resource properties to generate variables for in the returned CloudFormation
* template.
*
VPCConnection
resource properties to generate variables for in the returned
* CloudFormation template.
* @see AssetBundleExportJobVPCConnectionPropertyToOverride
*/
public java.util.List
* A list of VPCConnection
resource properties to generate variables for in the returned CloudFormation
* template.
*
VPCConnection
resource properties to generate variables for in the returned
* CloudFormation template.
* @see AssetBundleExportJobVPCConnectionPropertyToOverride
*/
public void setProperties(java.util.Collection
* A list of VPCConnection
resource properties to generate variables for in the returned CloudFormation
* template.
*
* NOTE: This method appends the values to the existing list (if any). Use * {@link #setProperties(java.util.Collection)} or {@link #withProperties(java.util.Collection)} if you want to * override the existing values. *
* * @param properties * A list ofVPCConnection
resource properties to generate variables for in the returned
* CloudFormation template.
* @return Returns a reference to this object so that method calls can be chained together.
* @see AssetBundleExportJobVPCConnectionPropertyToOverride
*/
public AssetBundleExportJobVPCConnectionOverrideProperties withProperties(String... properties) {
if (this.properties == null) {
setProperties(new java.util.ArrayList
* A list of VPCConnection
resource properties to generate variables for in the returned CloudFormation
* template.
*
VPCConnection
resource properties to generate variables for in the returned
* CloudFormation template.
* @return Returns a reference to this object so that method calls can be chained together.
* @see AssetBundleExportJobVPCConnectionPropertyToOverride
*/
public AssetBundleExportJobVPCConnectionOverrideProperties withProperties(java.util.Collection
* A list of VPCConnection
resource properties to generate variables for in the returned CloudFormation
* template.
*
VPCConnection
resource properties to generate variables for in the returned
* CloudFormation template.
* @return Returns a reference to this object so that method calls can be chained together.
* @see AssetBundleExportJobVPCConnectionPropertyToOverride
*/
public AssetBundleExportJobVPCConnectionOverrideProperties withProperties(AssetBundleExportJobVPCConnectionPropertyToOverride... properties) {
java.util.ArrayList