@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tenant extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an application tenant.
Constructor and Description |
---|
Tenant() |
Modifier and Type | Method and Description |
---|---|
Tenant |
clone() |
boolean |
equals(Object obj) |
String |
getTenantDisplayName()
The display name of the tenant.
|
String |
getTenantIdentifier()
The ID of the application tenant.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
void |
setTenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
|
String |
toString()
Returns a string representation of this object.
|
Tenant |
withTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
Tenant |
withTenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
|
public void setTenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
tenantIdentifier
- The ID of the application tenant.public String getTenantIdentifier()
The ID of the application tenant.
public Tenant withTenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
tenantIdentifier
- The ID of the application tenant.public void setTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
tenantDisplayName
- The display name of the tenant.public String getTenantDisplayName()
The display name of the tenant.
public Tenant withTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
tenantDisplayName
- The display name of the tenant.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.