|
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(java.lang.Object obj)
|
java.lang.String |
getHostname()
The generated hostname. |
java.lang.String |
getLayerId()
The layer ID. |
int |
hashCode()
|
void |
setHostname(java.lang.String hostname)
The generated hostname. |
void |
setLayerId(java.lang.String layerId)
The layer ID. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetHostnameSuggestionResult |
withHostname(java.lang.String hostname)
The generated hostname. |
GetHostnameSuggestionResult |
withLayerId(java.lang.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 java.lang.String getLayerId()
public void setLayerId(java.lang.String layerId)
layerId - The layer ID.public GetHostnameSuggestionResult withLayerId(java.lang.String layerId)
Returns a reference to this object so that method calls can be chained together.
layerId - The layer ID.
public java.lang.String getHostname()
public void setHostname(java.lang.String hostname)
hostname - The generated hostname.public GetHostnameSuggestionResult withHostname(java.lang.String hostname)
Returns a reference to this object so that method calls can be chained together.
hostname - The generated hostname.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||