@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectDirectoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the results of the ConnectDirectory operation.
Constructor and Description |
---|
ConnectDirectoryResult() |
Modifier and Type | Method and Description |
---|---|
ConnectDirectoryResult |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryId()
The identifier of the new directory.
|
int |
hashCode() |
void |
setDirectoryId(String directoryId)
The identifier of the new directory.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConnectDirectoryResult |
withDirectoryId(String directoryId)
The identifier of the new directory.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDirectoryId(String directoryId)
The identifier of the new directory.
directoryId
- The identifier of the new directory.public String getDirectoryId()
The identifier of the new directory.
public ConnectDirectoryResult withDirectoryId(String directoryId)
The identifier of the new directory.
directoryId
- The identifier of the new directory.public String toString()
toString
in class Object
Object.toString()
public ConnectDirectoryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.