@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationAccessScopeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationAccessScopeResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationAccessScopeResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuthorizedTargets()
An array of authorized targets associated with this access scope.
|
String |
getScope()
The name of the access scope that can be used with the authorized targets.
|
int |
hashCode() |
void |
setAuthorizedTargets(Collection<String> authorizedTargets)
An array of authorized targets associated with this access scope.
|
void |
setScope(String scope)
The name of the access scope that can be used with the authorized targets.
|
String |
toString()
Returns a string representation of this object.
|
GetApplicationAccessScopeResult |
withAuthorizedTargets(Collection<String> authorizedTargets)
An array of authorized targets associated with this access scope.
|
GetApplicationAccessScopeResult |
withAuthorizedTargets(String... authorizedTargets)
An array of authorized targets associated with this access scope.
|
GetApplicationAccessScopeResult |
withScope(String scope)
The name of the access scope that can be used with the authorized targets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getAuthorizedTargets()
An array of authorized targets associated with this access scope.
public void setAuthorizedTargets(Collection<String> authorizedTargets)
An array of authorized targets associated with this access scope.
authorizedTargets
- An array of authorized targets associated with this access scope.public GetApplicationAccessScopeResult withAuthorizedTargets(String... authorizedTargets)
An array of authorized targets associated with this access scope.
NOTE: This method appends the values to the existing list (if any). Use
setAuthorizedTargets(java.util.Collection)
or withAuthorizedTargets(java.util.Collection)
if
you want to override the existing values.
authorizedTargets
- An array of authorized targets associated with this access scope.public GetApplicationAccessScopeResult withAuthorizedTargets(Collection<String> authorizedTargets)
An array of authorized targets associated with this access scope.
authorizedTargets
- An array of authorized targets associated with this access scope.public void setScope(String scope)
The name of the access scope that can be used with the authorized targets.
scope
- The name of the access scope that can be used with the authorized targets.public String getScope()
The name of the access scope that can be used with the authorized targets.
public GetApplicationAccessScopeResult withScope(String scope)
The name of the access scope that can be used with the authorized targets.
scope
- The name of the access scope that can be used with the authorized targets.public String toString()
toString
in class Object
Object.toString()
public GetApplicationAccessScopeResult clone()