|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.opsworks.model.GetHostnameSuggestionResult
public class GetHostnameSuggestionResult
Contains the response to a GetHostnameSuggestion request.
| Constructor Summary | |
|---|---|
GetHostnameSuggestionResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getHostname()
The generated host name. |
String |
getLayerId()
The layer ID. |
int |
hashCode()
|
void |
setHostname(String hostname)
The generated host name. |
void |
setLayerId(String layerId)
The layer ID. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetHostnameSuggestionResult |
withHostname(String hostname)
The generated host name. |
GetHostnameSuggestionResult |
withLayerId(String layerId)
The layer ID. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetHostnameSuggestionResult()
| Method Detail |
|---|
public String getLayerId()
public void setLayerId(String layerId)
layerId - The layer ID.public GetHostnameSuggestionResult withLayerId(String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId - The layer ID.
public String getHostname()
public void setHostname(String hostname)
hostname - The generated host name.public GetHostnameSuggestionResult withHostname(String hostname)
Returns a reference to this object so that method calls can be chained together.
hostname - The generated host name.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||