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()booleanThe generated host name.The layer ID.inthashCode()voidsetHostname(String hostname) The generated host name.voidsetLayerId(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
-
getLayerId
-
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
-
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
-
equals
-
hashCode
-
clone
-