com.amazonaws.services.ec2.model
Class DeleteSubnetRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DeleteSubnetRequest

public class DeleteSubnetRequest
extends AmazonWebServiceRequest

Delete Subnet Request


Constructor Summary
DeleteSubnetRequest()
           
 
Method Summary
 String getSubnetId()
          Returns the value of the SubnetId property for this object.
 void setSubnetId(String subnetId)
          Sets the value of the SubnetId property for this object.
 DeleteSubnetRequest withSubnetId(String subnetId)
          Sets the value of the SubnetId property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteSubnetRequest

public DeleteSubnetRequest()
Method Detail

getSubnetId

public String getSubnetId()
Returns the value of the SubnetId property for this object.

Returns:
The value of the SubnetId property for this object.

setSubnetId

public void setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object.

Parameters:
subnetId - The new value for the SubnetId property for this object.

withSubnetId

public DeleteSubnetRequest withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subnetId - The new value for the SubnetId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.