@Generated(value="org.immutables.processor.ProxyProcessor") public final class AssociateUserManagedSpaceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateUserManagedSpaceRequest.Builder
Builds instances of type
AssociateUserManagedSpaceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AssociateUserManagedSpaceRequest.Builder |
builder()
Creates a builder for
AssociateUserManagedSpaceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AssociateUserManagedSpaceRequest that have equal attribute values. |
String |
getManagedSpaceId()
The id of the managed space
|
String |
getUserId()
The id of the user
|
int |
hashCode()
Computes a hash code from attributes:
managedSpaceId, userId. |
String |
toString()
Prints the immutable value
AssociateUserManagedSpaceRequest with attribute values. |
public String getManagedSpaceId()
public String getUserId()
public boolean equals(Object another)
AssociateUserManagedSpaceRequest that have equal attribute values.public int hashCode()
managedSpaceId, userId.public String toString()
AssociateUserManagedSpaceRequest with attribute values.public static AssociateUserManagedSpaceRequest.Builder builder()
AssociateUserManagedSpaceRequest.
AssociateUserManagedSpaceRequest.builder()
.managedSpaceId(String) // required managedSpaceId
.userId(String) // required userId
.build();
Copyright © 2020. All rights reserved.