@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserPoolClientDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the user pool client.
Constructor and Description |
---|
UserPoolClientDescription() |
Modifier and Type | Method and Description |
---|---|
UserPoolClientDescription |
clone() |
boolean |
equals(Object obj) |
String |
getClientId()
The ID of the client associated with the user pool.
|
String |
getClientName()
The client name from the user pool client description.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setClientId(String clientId)
The ID of the client associated with the user pool.
|
void |
setClientName(String clientName)
The client name from the user pool client description.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UserPoolClientDescription |
withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientDescription |
withClientName(String clientName)
The client name from the user pool client description.
|
UserPoolClientDescription |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
|
public void setClientId(String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public String getClientId()
The ID of the client associated with the user pool.
public UserPoolClientDescription withClientId(String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public void setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
userPoolId
- The user pool ID for the user pool where you want to describe the user pool client.public String getUserPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
public UserPoolClientDescription withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
userPoolId
- The user pool ID for the user pool where you want to describe the user pool client.public void setClientName(String clientName)
The client name from the user pool client description.
clientName
- The client name from the user pool client description.public String getClientName()
The client name from the user pool client description.
public UserPoolClientDescription withClientName(String clientName)
The client name from the user pool client description.
clientName
- The client name from the user pool client description.public String toString()
toString
in class Object
Object.toString()
public UserPoolClientDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.