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


Constructor Summary
DeleteSubnetRequest()
           
 
Method Summary
 String getSubnetId()
           
 void setSubnetId(String subnetId)
           
 String toString()
           
 DeleteSubnetRequest withSubnetId(String subnetId)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteSubnetRequest

public DeleteSubnetRequest()
Method Detail

getSubnetId

public String getSubnetId()
Returns:

setSubnetId

public void setSubnetId(String subnetId)
Parameters:
subnetId -

withSubnetId

public DeleteSubnetRequest withSubnetId(String subnetId)

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

Parameters:
subnetId -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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