@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceServerScopeDetails extends Object implements Serializable, Cloneable, StructuredPojo
A structure that describes details for an IAM Identity Center access scope that is associated with a resource server.
Constructor and Description |
---|
ResourceServerScopeDetails() |
Modifier and Type | Method and Description |
---|---|
ResourceServerScopeDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDetailedTitle()
The title of an access scope for a resource server.
|
String |
getLongDescription()
The description of an access scope for a resource server.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetailedTitle(String detailedTitle)
The title of an access scope for a resource server.
|
void |
setLongDescription(String longDescription)
The description of an access scope for a resource server.
|
String |
toString()
Returns a string representation of this object.
|
ResourceServerScopeDetails |
withDetailedTitle(String detailedTitle)
The title of an access scope for a resource server.
|
ResourceServerScopeDetails |
withLongDescription(String longDescription)
The description of an access scope for a resource server.
|
public void setDetailedTitle(String detailedTitle)
The title of an access scope for a resource server.
detailedTitle
- The title of an access scope for a resource server.public String getDetailedTitle()
The title of an access scope for a resource server.
public ResourceServerScopeDetails withDetailedTitle(String detailedTitle)
The title of an access scope for a resource server.
detailedTitle
- The title of an access scope for a resource server.public void setLongDescription(String longDescription)
The description of an access scope for a resource server.
longDescription
- The description of an access scope for a resource server.public String getLongDescription()
The description of an access scope for a resource server.
public ResourceServerScopeDetails withLongDescription(String longDescription)
The description of an access scope for a resource server.
longDescription
- The description of an access scope for a resource server.public String toString()
toString
in class Object
Object.toString()
public ResourceServerScopeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.