@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationAssignmentConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetApplicationAssignmentConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationAssignmentConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAssignmentRequired()
If
AssignmentsRequired is true (default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. |
int |
hashCode() |
Boolean |
isAssignmentRequired()
If
AssignmentsRequired is true (default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. |
void |
setAssignmentRequired(Boolean assignmentRequired)
If
AssignmentsRequired is true (default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. |
String |
toString()
Returns a string representation of this object.
|
GetApplicationAssignmentConfigurationResult |
withAssignmentRequired(Boolean assignmentRequired)
If
AssignmentsRequired is true (default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetApplicationAssignmentConfigurationResult()
public void setAssignmentRequired(Boolean assignmentRequired)
If AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.
assignmentRequired
- If AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.public Boolean getAssignmentRequired()
If AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.
AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.public GetApplicationAssignmentConfigurationResult withAssignmentRequired(Boolean assignmentRequired)
If AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.
assignmentRequired
- If AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.public Boolean isAssignmentRequired()
If AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.
AssignmentsRequired
is true
(default value), users don’t have access to the
application unless an assignment is created using the CreateApplicationAssignment API. If false
, all users have access to the application.public String toString()
toString
in class Object
Object.toString()
public GetApplicationAssignmentConfigurationResult clone()