@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkspaceAuthenticationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateWorkspaceAuthenticationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceAuthenticationResult |
clone() |
boolean |
equals(Object obj) |
AuthenticationDescription |
getAuthentication()
A structure that describes the user authentication for this workspace after the update is made.
|
int |
hashCode() |
void |
setAuthentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkspaceAuthenticationResult |
withAuthentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAuthentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
authentication
- A structure that describes the user authentication for this workspace after the update is made.public AuthenticationDescription getAuthentication()
A structure that describes the user authentication for this workspace after the update is made.
public UpdateWorkspaceAuthenticationResult withAuthentication(AuthenticationDescription authentication)
A structure that describes the user authentication for this workspace after the update is made.
authentication
- A structure that describes the user authentication for this workspace after the update is made.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkspaceAuthenticationResult clone()