com.amazonaws.services.directconnect.model
Class DescribeLocationsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.directconnect.model.DescribeLocationsRequest
All Implemented Interfaces:
Serializable

public class DescribeLocationsRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeLocations operation.

Returns the list of AWS Direct Connect locations in the current AWS region. These are the locations that may be selected when calling CreateConnection or CreateInterconnect.

See Also:
AmazonDirectConnect.describeLocations(DescribeLocationsRequest), Serialized Form

Constructor Summary
DescribeLocationsRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLocationsRequest

public DescribeLocationsRequest()
Method Detail

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.