Class GetHostnameSuggestionResult
java.lang.Object
com.amazonaws.services.opsworks.model.GetHostnameSuggestionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a GetHostnameSuggestion
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The generated host name.The layer ID.int
hashCode()
void
setHostname
(String hostname) The generated host name.void
setLayerId
(String layerId) The layer ID.toString()
Returns a string representation of this object; useful for testing and debugging.withHostname
(String hostname) The generated host name.withLayerId
(String layerId) The layer ID.
-
Constructor Details
-
GetHostnameSuggestionResult
public GetHostnameSuggestionResult()
-
-
Method Details
-
setLayerId
The layer ID.
- Parameters:
layerId
- The layer ID.
-
getLayerId
The layer ID.
- Returns:
- The layer ID.
-
withLayerId
The layer ID.
- Parameters:
layerId
- The layer ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHostname
The generated host name.
- Parameters:
hostname
- The generated host name.
-
getHostname
The generated host name.
- Returns:
- The generated host name.
-
withHostname
The generated host name.
- Parameters:
hostname
- The generated host name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-