Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class DomainDetail

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.DomainDetail
All Implemented Interfaces:
Serializable

public class DomainDetail
extends Object
implements Serializable

Contains details of a domain.

See Also:
Serialized Form

Constructor Summary
DomainDetail()
           
 
Method Summary
 boolean equals(Object obj)
           
 DomainConfiguration getConfiguration()
          Contains the configuration settings of a domain.
 DomainInfo getDomainInfo()
          Contains general information about a domain.
 int hashCode()
           
 void setConfiguration(DomainConfiguration configuration)
          Contains the configuration settings of a domain.
 void setDomainInfo(DomainInfo domainInfo)
          Contains general information about a domain.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DomainDetail withConfiguration(DomainConfiguration configuration)
          Contains the configuration settings of a domain.
 DomainDetail withDomainInfo(DomainInfo domainInfo)
          Contains general information about a domain.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainDetail

public DomainDetail()
Method Detail

getDomainInfo

public DomainInfo getDomainInfo()
Contains general information about a domain.

Returns:
Contains general information about a domain.

setDomainInfo

public void setDomainInfo(DomainInfo domainInfo)
Contains general information about a domain.

Parameters:
domainInfo - Contains general information about a domain.

withDomainInfo

public DomainDetail withDomainInfo(DomainInfo domainInfo)
Contains general information about a domain.

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

Parameters:
domainInfo - Contains general information about a domain.
Returns:
A reference to this updated object so that method calls can be chained together.

getConfiguration

public DomainConfiguration getConfiguration()
Contains the configuration settings of a domain.

Returns:
Contains the configuration settings of a domain.

setConfiguration

public void setConfiguration(DomainConfiguration configuration)
Contains the configuration settings of a domain.

Parameters:
configuration - Contains the configuration settings of a domain.

withConfiguration

public DomainDetail withConfiguration(DomainConfiguration configuration)
Contains the configuration settings of a domain.

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

Parameters:
configuration - Contains the configuration settings of a domain.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.