com.amazonaws.services.ec2.model
Class CreateReservedInstancesListingResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.CreateReservedInstancesListingResult
All Implemented Interfaces:
Serializable

public class CreateReservedInstancesListingResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CreateReservedInstancesListingResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<ReservedInstancesListing> getReservedInstancesListings()
          Information about the Reserved Instances listing.
 int hashCode()
           
 void setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
          Information about the Reserved Instances listing.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreateReservedInstancesListingResult withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
          Information about the Reserved Instances listing.
 CreateReservedInstancesListingResult withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
          Information about the Reserved Instances listing.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateReservedInstancesListingResult

public CreateReservedInstancesListingResult()
Method Detail

getReservedInstancesListings

public List<ReservedInstancesListing> getReservedInstancesListings()
Information about the Reserved Instances listing.

Returns:
Information about the Reserved Instances listing.

setReservedInstancesListings

public void setReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instances listing.

Parameters:
reservedInstancesListings - Information about the Reserved Instances listing.

withReservedInstancesListings

public CreateReservedInstancesListingResult withReservedInstancesListings(ReservedInstancesListing... reservedInstancesListings)
Information about the Reserved Instances listing.

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

Parameters:
reservedInstancesListings - Information about the Reserved Instances listing.
Returns:
A reference to this updated object so that method calls can be chained together.

withReservedInstancesListings

public CreateReservedInstancesListingResult withReservedInstancesListings(Collection<ReservedInstancesListing> reservedInstancesListings)
Information about the Reserved Instances listing.

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

Parameters:
reservedInstancesListings - Information about the Reserved Instances listing.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.