Class CreateAliasResult
java.lang.Object
com.amazonaws.services.directory.model.CreateAliasResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the results of the CreateAlias operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetAlias()The alias for the directory.The identifier of the directory.inthashCode()voidThe alias for the directory.voidsetDirectoryId(String directoryId) The identifier of the directory.toString()Returns a string representation of this object; useful for testing and debugging.The alias for the directory.withDirectoryId(String directoryId) The identifier of the directory.
-
Constructor Details
-
CreateAliasResult
public CreateAliasResult()
-
-
Method Details
-
setDirectoryId
The identifier of the directory.
- Parameters:
directoryId- The identifier of the directory.
-
getDirectoryId
The identifier of the directory.
- Returns:
- The identifier of the directory.
-
withDirectoryId
The identifier of the directory.
- Parameters:
directoryId- The identifier of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAlias
The alias for the directory.
- Parameters:
alias- The alias for the directory.
-
getAlias
The alias for the directory.
- Returns:
- The alias for the directory.
-
withAlias
The alias for the directory.
- Parameters:
alias- The alias for the directory.- 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
-