|
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 hostname. |
String |
getLayerId()
The layer ID. |
int |
hashCode()
|
void |
setHostname(String hostname)
The generated hostname. |
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 hostname. |
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 hostname.public GetHostnameSuggestionResult withHostname(String hostname)
Returns a reference to this object so that method calls can be chained together.
hostname
- The generated hostname.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |