vpc
to allocate the address to your VPC. By
* default, will allocate to EC2.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see DomainType
*/
public AllocateAddressRequest withDomain(String domain) {
@@ -118,9 +115,6 @@ public void setDomain(DomainType domain) {
* @param domain Set to vpc
to allocate the address to your VPC. By
* default, will allocate to EC2.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see DomainType
*/
public AllocateAddressRequest withDomain(DomainType domain) {
diff --git a/src/main/java/com/amazonaws/services/ec2/model/AllocateAddressResult.java b/src/main/java/com/amazonaws/services/ec2/model/AllocateAddressResult.java
index e15230f1209b..f3adb8f090b9 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/AllocateAddressResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/AllocateAddressResult.java
@@ -55,9 +55,6 @@ public void setPublicIp(String publicIp) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param publicIp IP address for use with your account.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AllocateAddressResult withPublicIp(String publicIp) {
this.publicIp = publicIp;
@@ -103,9 +100,6 @@ public void setDomain(String domain) {
*
* @param domain The new value for the Domain property for this object.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see DomainType
*/
public AllocateAddressResult withDomain(String domain) {
@@ -138,9 +132,6 @@ public void setDomain(DomainType domain) {
*
* @param domain The new value for the Domain property for this object.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see DomainType
*/
public AllocateAddressResult withDomain(DomainType domain) {
@@ -172,9 +163,6 @@ public void setAllocationId(String allocationId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param allocationId The new value for the AllocationId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AllocateAddressResult withAllocationId(String allocationId) {
this.allocationId = allocationId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/AssignPrivateIpAddressesRequest.java b/src/main/java/com/amazonaws/services/ec2/model/AssignPrivateIpAddressesRequest.java
index fe44376075c4..ea578b721da4 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/AssignPrivateIpAddressesRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/AssignPrivateIpAddressesRequest.java
@@ -56,9 +56,6 @@ public void setNetworkInterfaceId(String networkInterfaceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkInterfaceId The new value for the NetworkInterfaceId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AssignPrivateIpAddressesRequest withNetworkInterfaceId(String networkInterfaceId) {
this.networkInterfaceId = networkInterfaceId;
@@ -101,9 +98,6 @@ public void setPrivateIpAddresses(java.util.Collection/dev/sdh
).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AttachVolumeRequest withDevice(String device) {
this.device = device;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/AttachVolumeResult.java b/src/main/java/com/amazonaws/services/ec2/model/AttachVolumeResult.java
index b1141767c7a0..23efd1efbdee 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/AttachVolumeResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/AttachVolumeResult.java
@@ -51,9 +51,6 @@ public void setAttachment(VolumeAttachment attachment) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param attachment
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AttachVolumeResult withAttachment(VolumeAttachment attachment) {
this.attachment = attachment;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayRequest.java b/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayRequest.java
index 3ab34f991913..819cbbe7c0bc 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayRequest.java
@@ -84,9 +84,6 @@ public void setVpnGatewayId(String vpnGatewayId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpnGatewayId The ID of the VPN gateway to attach to the VPC.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AttachVpnGatewayRequest withVpnGatewayId(String vpnGatewayId) {
this.vpnGatewayId = vpnGatewayId;
@@ -118,9 +115,6 @@ public void setVpcId(String vpcId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcId The ID of the VPC to attach to the VPN gateway.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AttachVpnGatewayRequest withVpcId(String vpcId) {
this.vpcId = vpcId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayResult.java b/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayResult.java
index eddb30a8120b..3e78571e80e0 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/AttachVpnGatewayResult.java
@@ -51,9 +51,6 @@ public void setVpcAttachement(VpcAttachment vpcAttachement) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcAttachement
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AttachVpnGatewayResult withVpcAttachement(VpcAttachment vpcAttachement) {
this.vpcAttachement = vpcAttachement;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/AuthorizeSecurityGroupEgressRequest.java b/src/main/java/com/amazonaws/services/ec2/model/AuthorizeSecurityGroupEgressRequest.java
index 2a25a310a638..5f3e4996a996 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/AuthorizeSecurityGroupEgressRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/AuthorizeSecurityGroupEgressRequest.java
@@ -108,9 +108,6 @@ public void setGroupId(String groupId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param groupId ID of the VPC security group to modify.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withGroupId(String groupId) {
this.groupId = groupId;
@@ -142,9 +139,6 @@ public void setSourceSecurityGroupName(String sourceSecurityGroupName) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param sourceSecurityGroupName Deprecated.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withSourceSecurityGroupName(String sourceSecurityGroupName) {
this.sourceSecurityGroupName = sourceSecurityGroupName;
@@ -176,9 +170,6 @@ public void setSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param sourceSecurityGroupOwnerId Deprecated.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) {
this.sourceSecurityGroupOwnerId = sourceSecurityGroupOwnerId;
@@ -210,9 +201,6 @@ public void setIpProtocol(String ipProtocol) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param ipProtocol Deprecated.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withIpProtocol(String ipProtocol) {
this.ipProtocol = ipProtocol;
@@ -244,9 +232,6 @@ public void setFromPort(Integer fromPort) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param fromPort Deprecated.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withFromPort(Integer fromPort) {
this.fromPort = fromPort;
@@ -278,9 +263,6 @@ public void setToPort(Integer toPort) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param toPort Deprecated.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withToPort(Integer toPort) {
this.toPort = toPort;
@@ -312,9 +294,6 @@ public void setCidrIp(String cidrIp) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param cidrIp Deprecated.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public AuthorizeSecurityGroupEgressRequest withCidrIp(String cidrIp) {
this.cidrIp = cidrIp;
@@ -369,9 +348,6 @@ public void setIpPermissions(java.util.Collection/dev/sdh
).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BlockDeviceMapping withDeviceName(String deviceName) {
this.deviceName = deviceName;
@@ -141,9 +135,6 @@ public void setEbs(EbsBlockDevice ebs) {
*
* @param ebs Specifies parameters used to automatically setup Amazon EBS volumes
* when the instance is launched.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BlockDeviceMapping withEbs(EbsBlockDevice ebs) {
this.ebs = ebs;
@@ -175,9 +166,6 @@ public void setNoDevice(String noDevice) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param noDevice Specifies the device name to suppress during instance launch.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BlockDeviceMapping withNoDevice(String noDevice) {
this.noDevice = noDevice;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceRequest.java b/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceRequest.java
index 93965cec7455..6f449858e1d8 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceRequest.java
@@ -84,9 +84,6 @@ public void setInstanceId(String instanceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceId The ID of the instance to bundle.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleInstanceRequest withInstanceId(String instanceId) {
this.instanceId = instanceId;
@@ -118,9 +115,6 @@ public void setStorage(Storage storage) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param storage
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleInstanceRequest withStorage(Storage storage) {
this.storage = storage;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceResult.java b/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceResult.java
index 63c3f58e303a..6e05dabf5450 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/BundleInstanceResult.java
@@ -51,9 +51,6 @@ public void setBundleTask(BundleTask bundleTask) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param bundleTask
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleInstanceResult withBundleTask(BundleTask bundleTask) {
this.bundleTask = bundleTask;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/BundleTask.java b/src/main/java/com/amazonaws/services/ec2/model/BundleTask.java
index 0cfc2578857a..a261a08cea3b 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/BundleTask.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/BundleTask.java
@@ -86,9 +86,6 @@ public void setInstanceId(String instanceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceId Instance associated with this bundle task.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withInstanceId(String instanceId) {
this.instanceId = instanceId;
@@ -120,9 +117,6 @@ public void setBundleId(String bundleId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param bundleId Unique identifier for this task.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withBundleId(String bundleId) {
this.bundleId = bundleId;
@@ -154,9 +148,6 @@ public void setState(String state) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param state The state of this task.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withState(String state) {
this.state = state;
@@ -188,9 +179,6 @@ public void setStartTime(java.util.Date startTime) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param startTime The time this task started.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withStartTime(java.util.Date startTime) {
this.startTime = startTime;
@@ -222,9 +210,6 @@ public void setUpdateTime(java.util.Date updateTime) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param updateTime The time of the most recent update for the task.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withUpdateTime(java.util.Date updateTime) {
this.updateTime = updateTime;
@@ -256,9 +241,6 @@ public void setStorage(Storage storage) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param storage Amazon S3 storage locations.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withStorage(Storage storage) {
this.storage = storage;
@@ -290,9 +272,6 @@ public void setProgress(String progress) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param progress The level of task completion, in percent (e.g., 20%).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withProgress(String progress) {
this.progress = progress;
@@ -324,9 +303,6 @@ public void setBundleTaskError(BundleTaskError bundleTaskError) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param bundleTaskError If the task fails, a description of the error.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTask withBundleTaskError(BundleTaskError bundleTaskError) {
this.bundleTaskError = bundleTaskError;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/BundleTaskError.java b/src/main/java/com/amazonaws/services/ec2/model/BundleTaskError.java
index 6456968a05ab..a9bd1f48b36a 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/BundleTaskError.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/BundleTaskError.java
@@ -56,9 +56,6 @@ public void setCode(String code) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param code Error code.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTaskError withCode(String code) {
this.code = code;
@@ -90,9 +87,6 @@ public void setMessage(String message) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param message Error message.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public BundleTaskError withMessage(String message) {
this.message = message;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskRequest.java
index 8288a5b6b512..f5fc72265523 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskRequest.java
@@ -78,9 +78,6 @@ public void setBundleId(String bundleId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param bundleId The ID of the bundle task to cancel.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CancelBundleTaskRequest withBundleId(String bundleId) {
this.bundleId = bundleId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskResult.java b/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskResult.java
index 4db04b0477c0..7bafbdf618ac 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CancelBundleTaskResult.java
@@ -51,9 +51,6 @@ public void setBundleTask(BundleTask bundleTask) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param bundleTask The canceled bundle task.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CancelBundleTaskResult withBundleTask(BundleTask bundleTask) {
this.bundleTask = bundleTask;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CancelConversionTaskRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CancelConversionTaskRequest.java
index 18a819e479f7..ecfaeb910456 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CancelConversionTaskRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CancelConversionTaskRequest.java
@@ -52,9 +52,6 @@ public void setConversionTaskId(String conversionTaskId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param conversionTaskId The new value for the ConversionTaskId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CancelConversionTaskRequest withConversionTaskId(String conversionTaskId) {
this.conversionTaskId = conversionTaskId;
@@ -86,9 +83,6 @@ public void setReasonMessage(String reasonMessage) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param reasonMessage The new value for the ReasonMessage property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CancelConversionTaskRequest withReasonMessage(String reasonMessage) {
this.reasonMessage = reasonMessage;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CancelExportTaskRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CancelExportTaskRequest.java
index 1079f7523b24..d3f507152092 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CancelExportTaskRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CancelExportTaskRequest.java
@@ -50,9 +50,6 @@ public void setExportTaskId(String exportTaskId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param exportTaskId The new value for the ExportTaskId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CancelExportTaskRequest withExportTaskId(String exportTaskId) {
this.exportTaskId = exportTaskId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingRequest.java
index f164f9199649..207b237a3963 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingRequest.java
@@ -55,9 +55,6 @@ public void setReservedInstancesListingId(String reservedInstancesListingId) {
*
* @param reservedInstancesListingId The new value for the ReservedInstancesListingId property for this
* object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CancelReservedInstancesListingRequest withReservedInstancesListingId(String reservedInstancesListingId) {
this.reservedInstancesListingId = reservedInstancesListingId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingResult.java b/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingResult.java
index b76967b9e136..28857435a3ad 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CancelReservedInstancesListingResult.java
@@ -62,9 +62,6 @@ public void setReservedInstancesListings(java.util.Collectiontcp
,
* udp
, icmp
or an IP protocol number.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclEntryRequest withProtocol(String protocol) {
this.protocol = protocol;
@@ -238,9 +229,6 @@ public void setRuleAction(String ruleAction) {
*
* @param ruleAction Whether to allow or deny traffic that matches the rule.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see RuleAction
*/
public CreateNetworkAclEntryRequest withRuleAction(String ruleAction) {
@@ -273,9 +261,6 @@ public void setRuleAction(RuleAction ruleAction) {
*
* @param ruleAction Whether to allow or deny traffic that matches the rule.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see RuleAction
*/
public CreateNetworkAclEntryRequest withRuleAction(RuleAction ruleAction) {
@@ -319,9 +304,6 @@ public void setEgress(Boolean egress) {
* @param egress Whether this rule applies to egress traffic from the subnet
* (true
) or ingress traffic to the subnet
* (false
).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclEntryRequest withEgress(Boolean egress) {
this.egress = egress;
@@ -372,9 +354,6 @@ public void setCidrBlock(String cidrBlock) {
*
* @param cidrBlock The CIDR range to allow or deny, in CIDR notation (e.g.,
* 172.16.0.0/24
).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclEntryRequest withCidrBlock(String cidrBlock) {
this.cidrBlock = cidrBlock;
@@ -406,9 +385,6 @@ public void setIcmpTypeCode(IcmpTypeCode icmpTypeCode) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param icmpTypeCode ICMP values.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclEntryRequest withIcmpTypeCode(IcmpTypeCode icmpTypeCode) {
this.icmpTypeCode = icmpTypeCode;
@@ -440,9 +416,6 @@ public void setPortRange(PortRange portRange) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param portRange Port ranges.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclEntryRequest withPortRange(PortRange portRange) {
this.portRange = portRange;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclRequest.java
index 64e0aaa02457..49e571415480 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclRequest.java
@@ -56,9 +56,6 @@ public void setVpcId(String vpcId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcId The ID of the VPC where the network ACL will be created.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclRequest withVpcId(String vpcId) {
this.vpcId = vpcId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclResult.java b/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclResult.java
index 1ceca7957395..4eec12bdadbd 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkAclResult.java
@@ -46,9 +46,6 @@ public void setNetworkAcl(NetworkAcl networkAcl) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkAcl The new value for the NetworkAcl property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkAclResult withNetworkAcl(NetworkAcl networkAcl) {
this.networkAcl = networkAcl;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkInterfaceRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkInterfaceRequest.java
index 62a82d94fde4..20dcb58e0040 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkInterfaceRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateNetworkInterfaceRequest.java
@@ -60,9 +60,6 @@ public void setSubnetId(String subnetId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param subnetId The new value for the SubnetId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkInterfaceRequest withSubnetId(String subnetId) {
this.subnetId = subnetId;
@@ -94,9 +91,6 @@ public void setDescription(String description) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param description The new value for the Description property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkInterfaceRequest withDescription(String description) {
this.description = description;
@@ -128,9 +122,6 @@ public void setPrivateIpAddress(String privateIpAddress) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param privateIpAddress The new value for the PrivateIpAddress property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateNetworkInterfaceRequest withPrivateIpAddress(String privateIpAddress) {
this.privateIpAddress = privateIpAddress;
@@ -173,9 +164,6 @@ public void setGroups(java.util.CollectionPlacementGroup
.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreatePlacementGroupRequest withGroupName(String groupName) {
this.groupName = groupName;
@@ -148,9 +145,6 @@ public void setStrategy(String strategy) {
*
* @param strategy The PlacementGroup
strategy.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see PlacementStrategy
*/
public CreatePlacementGroupRequest withStrategy(String strategy) {
@@ -183,9 +177,6 @@ public void setStrategy(PlacementStrategy strategy) {
*
* @param strategy The PlacementGroup
strategy.
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see PlacementStrategy
*/
public CreatePlacementGroupRequest withStrategy(PlacementStrategy strategy) {
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateReservedInstancesListingRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateReservedInstancesListingRequest.java
index b7f9257a7f6c..8fea3677da9f 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateReservedInstancesListingRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateReservedInstancesListingRequest.java
@@ -56,9 +56,6 @@ public void setReservedInstancesId(String reservedInstancesId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param reservedInstancesId The new value for the ReservedInstancesId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateReservedInstancesListingRequest withReservedInstancesId(String reservedInstancesId) {
this.reservedInstancesId = reservedInstancesId;
@@ -90,9 +87,6 @@ public void setInstanceCount(Integer instanceCount) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceCount The new value for the InstanceCount property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateReservedInstancesListingRequest withInstanceCount(Integer instanceCount) {
this.instanceCount = instanceCount;
@@ -135,9 +129,6 @@ public void setPriceSchedules(java.util.Collection0.0.0.0/0
. Routing decisions are based on the most
* specific match.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateRouteRequest withDestinationCidrBlock(String destinationCidrBlock) {
this.destinationCidrBlock = destinationCidrBlock;
@@ -187,9 +181,6 @@ public void setGatewayId(String gatewayId) {
* @param gatewayId The ID of a VPN or Internet gateway attached to your VPC. You must
* provide either GatewayId
or InstanceId
, but
* not both.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateRouteRequest withGatewayId(String gatewayId) {
this.gatewayId = gatewayId;
@@ -227,9 +218,6 @@ public void setInstanceId(String instanceId) {
*
* @param instanceId The ID of a NAT instance in your VPC. You must provide either
* GatewayId
or InstanceId
, but not both.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateRouteRequest withInstanceId(String instanceId) {
this.instanceId = instanceId;
@@ -261,9 +249,6 @@ public void setNetworkInterfaceId(String networkInterfaceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkInterfaceId The new value for the NetworkInterfaceId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateRouteRequest withNetworkInterfaceId(String networkInterfaceId) {
this.networkInterfaceId = networkInterfaceId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableRequest.java
index 13c7dc3511b8..360f9b918ec7 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableRequest.java
@@ -57,9 +57,6 @@ public void setVpcId(String vpcId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcId The ID of the VPC where the route table will be created.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateRouteTableRequest withVpcId(String vpcId) {
this.vpcId = vpcId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableResult.java b/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableResult.java
index 647ff5d0bb9b..a4fecd1418f6 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateRouteTableResult.java
@@ -46,9 +46,6 @@ public void setRouteTable(RouteTable routeTable) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param routeTable The new value for the RouteTable property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateRouteTableResult withRouteTable(RouteTable routeTable) {
this.routeTable = routeTable;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupRequest.java
index 24b0b3882790..3067d748283f 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupRequest.java
@@ -95,9 +95,6 @@ public void setGroupName(String groupName) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param groupName Name of the security group.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSecurityGroupRequest withGroupName(String groupName) {
this.groupName = groupName;
@@ -129,9 +126,6 @@ public void setDescription(String description) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param description Description of the group. This is informational only.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSecurityGroupRequest withDescription(String description) {
this.description = description;
@@ -163,9 +157,6 @@ public void setVpcId(String vpcId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcId ID of the VPC.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSecurityGroupRequest withVpcId(String vpcId) {
this.vpcId = vpcId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupResult.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupResult.java
index 5a9b20bbd019..533fbd4a074b 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSecurityGroupResult.java
@@ -46,9 +46,6 @@ public void setGroupId(String groupId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param groupId The new value for the GroupId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSecurityGroupResult withGroupId(String groupId) {
this.groupId = groupId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotRequest.java
index 34f8d059fbfb..6bd60cd5a1a9 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotRequest.java
@@ -89,9 +89,6 @@ public void setVolumeId(String volumeId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param volumeId The ID of the volume from which to create the snapshot.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSnapshotRequest withVolumeId(String volumeId) {
this.volumeId = volumeId;
@@ -123,9 +120,6 @@ public void setDescription(String description) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param description The description for the new snapshot.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSnapshotRequest withDescription(String description) {
this.description = description;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotResult.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotResult.java
index e036d9e59f4c..4c6ed6b42941 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSnapshotResult.java
@@ -51,9 +51,6 @@ public void setSnapshot(Snapshot snapshot) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param snapshot The new snapshot.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSnapshotResult withSnapshot(Snapshot snapshot) {
this.snapshot = snapshot;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionRequest.java
index ae33c613397c..9d52de5510de 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionRequest.java
@@ -87,9 +87,6 @@ public void setBucket(String bucket) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param bucket The Amazon S3 bucket in which to store the Spot Instance datafeed.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSpotDatafeedSubscriptionRequest withBucket(String bucket) {
this.bucket = bucket;
@@ -121,9 +118,6 @@ public void setPrefix(String prefix) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param prefix The prefix that is prepended to datafeed files.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSpotDatafeedSubscriptionRequest withPrefix(String prefix) {
this.prefix = prefix;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionResult.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionResult.java
index adb0e258e6e7..1f0e89332e2d 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSpotDatafeedSubscriptionResult.java
@@ -49,9 +49,6 @@ public void setSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSub
* Returns a reference to this object so that method calls can be chained together.
*
* @param spotDatafeedSubscription The SpotDatafeedSubscriptionType data type.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSpotDatafeedSubscriptionResult withSpotDatafeedSubscription(SpotDatafeedSubscription spotDatafeedSubscription) {
this.spotDatafeedSubscription = spotDatafeedSubscription;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetRequest.java
index f02e489b072a..68fd545fb012 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetRequest.java
@@ -96,9 +96,6 @@ public void setVpcId(String vpcId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param vpcId The ID of the VPC to create the subnet in.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSubnetRequest withVpcId(String vpcId) {
this.vpcId = vpcId;
@@ -130,9 +127,6 @@ public void setCidrBlock(String cidrBlock) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param cidrBlock The CIDR block the subnet is to cover.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSubnetRequest withCidrBlock(String cidrBlock) {
this.cidrBlock = cidrBlock;
@@ -164,9 +158,6 @@ public void setAvailabilityZone(String availabilityZone) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param availabilityZone The Availability Zone to create the subnet in.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSubnetRequest withAvailabilityZone(String availabilityZone) {
this.availabilityZone = availabilityZone;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetResult.java b/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetResult.java
index 507a34e1ab98..c6c8e1de384e 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateSubnetResult.java
@@ -51,9 +51,6 @@ public void setSubnet(Subnet subnet) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param subnet
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CreateSubnetResult withSubnet(Subnet subnet) {
this.subnet = subnet;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/CreateTagsRequest.java b/src/main/java/com/amazonaws/services/ec2/model/CreateTagsRequest.java
index d85db9f9eea6..91eabfb03b17 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/CreateTagsRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/CreateTagsRequest.java
@@ -105,9 +105,6 @@ public void setResources(java.util.Collectionpending
, available
, deleting
,
* and deleted
.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CustomerGateway withState(String state) {
this.state = state;
@@ -160,9 +154,6 @@ public void setType(String type) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param type Specifies the type of VPN connection the customer gateway supports.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CustomerGateway withType(String type) {
this.type = type;
@@ -200,9 +191,6 @@ public void setIpAddress(String ipAddress) {
*
* @param ipAddress Contains the Internet-routable IP address of the customer gateway's
* outside interface.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CustomerGateway withIpAddress(String ipAddress) {
this.ipAddress = ipAddress;
@@ -240,9 +228,6 @@ public void setBgpAsn(String bgpAsn) {
*
* @param bgpAsn Specifies the customer gateway's Border Gateway Protocol (BGP)
* Autonomous System Number (ASN).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public CustomerGateway withBgpAsn(String bgpAsn) {
this.bgpAsn = bgpAsn;
@@ -285,9 +270,6 @@ public void setTags(java.util.Collectiontrue
) or
* ingress rule (false
).
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteNetworkAclEntryRequest withEgress(Boolean egress) {
this.egress = egress;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkAclRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkAclRequest.java
index 8f722c48cf51..a6dce0152f5d 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkAclRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkAclRequest.java
@@ -56,9 +56,6 @@ public void setNetworkAclId(String networkAclId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkAclId The ID of the network ACL to be deleted.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteNetworkAclRequest withNetworkAclId(String networkAclId) {
this.networkAclId = networkAclId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkInterfaceRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkInterfaceRequest.java
index aa7a48264f1e..2b22e7b08091 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkInterfaceRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteNetworkInterfaceRequest.java
@@ -50,9 +50,6 @@ public void setNetworkInterfaceId(String networkInterfaceId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param networkInterfaceId The new value for the NetworkInterfaceId property for this object.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteNetworkInterfaceRequest withNetworkInterfaceId(String networkInterfaceId) {
this.networkInterfaceId = networkInterfaceId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeletePlacementGroupRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeletePlacementGroupRequest.java
index a40c9940dffa..d55767e0253c 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeletePlacementGroupRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeletePlacementGroupRequest.java
@@ -77,9 +77,6 @@ public void setGroupName(String groupName) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param groupName The name of the PlacementGroup
to delete.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeletePlacementGroupRequest withGroupName(String groupName) {
this.groupName = groupName;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteRequest.java
index 78f9ccba9c27..ef8800d052b9 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteRequest.java
@@ -63,9 +63,6 @@ public void setRouteTableId(String routeTableId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param routeTableId The ID of the route table where the route will be deleted.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteRouteRequest withRouteTableId(String routeTableId) {
this.routeTableId = routeTableId;
@@ -103,9 +100,6 @@ public void setDestinationCidrBlock(String destinationCidrBlock) {
*
* @param destinationCidrBlock The CIDR range for the route you want to delete. The value you specify
* must exactly match the CIDR for the route you want to delete.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteRouteRequest withDestinationCidrBlock(String destinationCidrBlock) {
this.destinationCidrBlock = destinationCidrBlock;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteTableRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteTableRequest.java
index b1c7957fb19a..9358e10a07b1 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteTableRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteRouteTableRequest.java
@@ -57,9 +57,6 @@ public void setRouteTableId(String routeTableId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param routeTableId The ID of the route table to be deleted.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteRouteTableRequest withRouteTableId(String routeTableId) {
this.routeTableId = routeTableId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteSecurityGroupRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteSecurityGroupRequest.java
index b1f6af709866..22ccd15bb0e1 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteSecurityGroupRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteSecurityGroupRequest.java
@@ -86,9 +86,6 @@ public void setGroupName(String groupName) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param groupName The name of the Amazon EC2 security group to delete.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteSecurityGroupRequest withGroupName(String groupName) {
this.groupName = groupName;
@@ -120,9 +117,6 @@ public void setGroupId(String groupId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param groupId The ID of the Amazon EC2 security group to delete.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteSecurityGroupRequest withGroupId(String groupId) {
this.groupId = groupId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteSnapshotRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteSnapshotRequest.java
index 1da024bd3c05..3027ac527d98 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteSnapshotRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteSnapshotRequest.java
@@ -77,9 +77,6 @@ public void setSnapshotId(String snapshotId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param snapshotId The ID of the snapshot to delete.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteSnapshotRequest withSnapshotId(String snapshotId) {
this.snapshotId = snapshotId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteSubnetRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteSubnetRequest.java
index 108b62d618ae..af3dad628606 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteSubnetRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteSubnetRequest.java
@@ -76,9 +76,6 @@ public void setSubnetId(String subnetId) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param subnetId The ID of the subnet you want to delete.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteSubnetRequest withSubnetId(String subnetId) {
this.subnetId = subnetId;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DeleteTagsRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DeleteTagsRequest.java
index cc03075f8a5c..7942c34e834a 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DeleteTagsRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DeleteTagsRequest.java
@@ -102,9 +102,6 @@ public void setResources(java.util.Collection If a tag is specified without a
* value, the tag and all of its values are deleted.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteTagsRequest withTags(Tag... tags) {
if (getTags() == null) setTags(new java.util.ArrayList If a tag is specified without a
* value, the tag and all of its values are deleted.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DeleteTagsRequest withTags(java.util.Collection Available attribute names:
* The values
+ * The values The values The values The values The values The values
* Returns a reference to this object so that method calls can be chained together.
*
- * @param owners The optional list of owners for the described AMIs. The IDs amazon,
- * self, and explicit can be used to include AMIs owned by Amazon, AMIs
- * owned by the user, and AMIs for which the user has explicit launch
- * permissions, respectively.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
+ * @param owners An optional list of owners by which to scope the described AMIs. Valid
+ * values are: The values The values
* Returns a reference to this object so that method calls can be chained together.
*
- * @param owners The optional list of owners for the described AMIs. The IDs amazon,
- * self, and explicit can be used to include AMIs owned by Amazon, AMIs
- * owned by the user, and AMIs for which the user has explicit launch
- * permissions, respectively.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
+ * @param owners An optional list of owners by which to scope the described AMIs. Valid
+ * values are: The values
+ * The values
+ * The values
+ * The values
+ * The values
+ * The values
* Returns a reference to this object so that method calls can be chained together.
*
- * @param executableUsers The optional list of users with explicit launch permissions for the
- * described AMIs. The user ID can be a user's account ID, 'self' to
- * return AMIs for which the sender of the request has explicit launch
- * permissions, or 'all' to return AMIs with public launch permissions.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
+ * @param executableUsers An optional list of users whose launch permissions will be used to
+ * scope the described AMIs. Valid values are:
+ * The values
+ * The values
* Returns a reference to this object so that method calls can be chained together.
*
- * @param executableUsers The optional list of users with explicit launch permissions for the
- * described AMIs. The user ID can be a user's account ID, 'self' to
- * return AMIs for which the sender of the request has explicit launch
- * permissions, or 'all' to return AMIs with public launch permissions.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
+ * @param executableUsers An optional list of users whose launch permissions will be used to
+ * scope the described AMIs. Valid values are:
+ * The values productCodes
, kernel
, ramdisk
,
* launchPermisson
, blockDeviceMapping
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribeImageAttributeRequest withAttribute(String attribute) {
this.attribute = attribute;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DescribeImageAttributeResult.java b/src/main/java/com/amazonaws/services/ec2/model/DescribeImageAttributeResult.java
index a7f249b56feb..d53a0e23cdf5 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DescribeImageAttributeResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DescribeImageAttributeResult.java
@@ -51,9 +51,6 @@ public void setImageAttribute(ImageAttribute imageAttribute) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param imageAttribute The described image attribute of the associated AMI.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribeImageAttributeResult withImageAttribute(ImageAttribute imageAttribute) {
this.imageAttribute = imageAttribute;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DescribeImagesRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DescribeImagesRequest.java
index b7108ba18928..d5f2922eaa52 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DescribeImagesRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DescribeImagesRequest.java
@@ -65,18 +65,23 @@ public class DescribeImagesRequest extends AmazonWebServiceRequest implements S
private com.amazonaws.internal.ListWithAutoConstructFlag
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*/
private com.amazonaws.internal.ListWithAutoConstructFlag
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*/
private com.amazonaws.internal.ListWithAutoConstructFlag
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*
- * @return The optional list of owners for the described AMIs. The IDs amazon,
- * self, and explicit can be used to include AMIs owned by Amazon, AMIs
- * owned by the user, and AMIs for which the user has explicit launch
- * permissions, respectively.
+ * @return An optional list of owners by which to scope the described AMIs. Valid
+ * values are:
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*/
public java.util.List
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*
- * @param owners The optional list of owners for the described AMIs. The IDs amazon,
- * self, and explicit can be used to include AMIs owned by Amazon, AMIs
- * owned by the user, and AMIs for which the user has explicit launch
- * permissions, respectively.
+ * @param owners An optional list of owners by which to scope the described AMIs. Valid
+ * values are:
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*/
public void setOwners(java.util.Collection
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*/
public DescribeImagesRequest withOwners(String... owners) {
if (getOwners() == null) setOwners(new java.util.ArrayList
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*
self
: AMIs owned by you AWS account
+ * ID : AMIs owned by this account ID aws-marketplace
:
+ * AMIs owned by the AWS Marketplace amazon
: AMIs owned by
+ * Amazon all
: Do not scope the AMIs returned by owner
+ * self
, aws-marketplace
,
+ * amazon
, and all
are literals.
*/
public DescribeImagesRequest withOwners(java.util.Collection
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*
- * @return The optional list of users with explicit launch permissions for the
- * described AMIs. The user ID can be a user's account ID, 'self' to
- * return AMIs for which the sender of the request has explicit launch
- * permissions, or 'all' to return AMIs with public launch permissions.
+ * @return An optional list of users whose launch permissions will be used to
+ * scope the described AMIs. Valid values are:
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*/
public java.util.List
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*
- * @param executableUsers The optional list of users with explicit launch permissions for the
- * described AMIs. The user ID can be a user's account ID, 'self' to
- * return AMIs for which the sender of the request has explicit launch
- * permissions, or 'all' to return AMIs with public launch permissions.
+ * @param executableUsers An optional list of users whose launch permissions will be used to
+ * scope the described AMIs. Valid values are:
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*/
public void setExecutableUsers(java.util.Collection
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*/
public DescribeImagesRequest withExecutableUsers(String... executableUsers) {
if (getExecutableUsers() == null) setExecutableUsers(new java.util.ArrayList
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*
self
:
+ * AMIs for which you have explicit launch permissions AWS account
+ * ID
: AMIs for which this account ID has launch permissions
+ * all
: AMIs that have public launch permissions self
and all
are literals.
*/
public DescribeImagesRequest withExecutableUsers(java.util.CollectioninstanceInitiatedShutdownBehavior
,
* rootDeviceName
, blockDeviceMapping
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see InstanceAttributeName
*/
public DescribeInstanceAttributeRequest withAttribute(String attribute) {
@@ -238,9 +232,6 @@ public void setAttribute(InstanceAttributeName attribute) {
* instanceInitiatedShutdownBehavior
,
* rootDeviceName
, blockDeviceMapping
*
- * @return A reference to this updated object so that method calls can be chained
- * together.
- *
* @see InstanceAttributeName
*/
public DescribeInstanceAttributeRequest withAttribute(InstanceAttributeName attribute) {
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceAttributeResult.java b/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceAttributeResult.java
index dbfe7b2cc62b..654a42d4feb3 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceAttributeResult.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceAttributeResult.java
@@ -51,9 +51,6 @@ public void setInstanceAttribute(InstanceAttribute instanceAttribute) {
* Returns a reference to this object so that method calls can be chained together.
*
* @param instanceAttribute The described instance attribute.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribeInstanceAttributeResult withInstanceAttribute(InstanceAttribute instanceAttribute) {
this.instanceAttribute = instanceAttribute;
diff --git a/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceStatusRequest.java b/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceStatusRequest.java
index 67107274cecc..170eae4c0864 100644
--- a/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceStatusRequest.java
+++ b/src/main/java/com/amazonaws/services/ec2/model/DescribeInstanceStatusRequest.java
@@ -135,9 +135,6 @@ public void setInstanceIds(java.util.CollectionPlacementGroup
.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribePlacementGroupsRequest withGroupNames(String... groupNames) {
if (getGroupNames() == null) setGroupNames(new java.util.ArrayListPlacementGroup
.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribePlacementGroupsRequest withGroupNames(java.util.CollectionPlacementGroups
.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribePlacementGroupsResult withPlacementGroups(PlacementGroup... placementGroups) {
if (getPlacementGroups() == null) setPlacementGroups(new java.util.ArrayListPlacementGroups
.
- *
- * @return A reference to this updated object so that method calls can be chained
- * together.
*/
public DescribePlacementGroupsResult withPlacementGroups(java.util.Collection