@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceServerScopeType extends Object implements Serializable, Cloneable, StructuredPojo
A resource server scope.
Constructor and Description |
---|
ResourceServerScopeType() |
Modifier and Type | Method and Description |
---|---|
ResourceServerScopeType |
clone() |
boolean |
equals(Object obj) |
String |
getScopeDescription()
A description of the scope.
|
String |
getScopeName()
The name of the scope.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScopeDescription(String scopeDescription)
A description of the scope.
|
void |
setScopeName(String scopeName)
The name of the scope.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ResourceServerScopeType |
withScopeDescription(String scopeDescription)
A description of the scope.
|
ResourceServerScopeType |
withScopeName(String scopeName)
The name of the scope.
|
public void setScopeName(String scopeName)
The name of the scope.
scopeName
- The name of the scope.public String getScopeName()
The name of the scope.
public ResourceServerScopeType withScopeName(String scopeName)
The name of the scope.
scopeName
- The name of the scope.public void setScopeDescription(String scopeDescription)
A description of the scope.
scopeDescription
- A description of the scope.public String getScopeDescription()
A description of the scope.
public ResourceServerScopeType withScopeDescription(String scopeDescription)
A description of the scope.
scopeDescription
- A description of the scope.public String toString()
toString
in class Object
Object.toString()
public ResourceServerScopeType 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.