public class SetVisibleToAllUsersRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
The input to the SetVisibleToAllUsers action.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
jobFlowIds
Identifiers of the job flows to receive the new visibility setting.
|
private java.lang.Boolean |
visibleToAllUsers
Whether the specified job flows are visible to all IAM users of the AWS
account associated with the job flow.
|
NOOP
Constructor and Description |
---|
SetVisibleToAllUsersRequest() |
Modifier and Type | Method and Description |
---|---|
SetVisibleToAllUsersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getJobFlowIds()
Identifiers of the job flows to receive the new visibility setting.
|
java.lang.Boolean |
getVisibleToAllUsers()
Whether the specified job flows are visible to all IAM users of the AWS
account associated with the job flow.
|
int |
hashCode() |
java.lang.Boolean |
isVisibleToAllUsers()
Whether the specified job flows are visible to all IAM users of the AWS
account associated with the job flow.
|
void |
setJobFlowIds(java.util.Collection<java.lang.String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
void |
setVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Whether the specified job flows are visible to all IAM users of the AWS
account associated with the job flow.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetVisibleToAllUsersRequest |
withJobFlowIds(java.util.Collection<java.lang.String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
SetVisibleToAllUsersRequest |
withJobFlowIds(java.lang.String... jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
SetVisibleToAllUsersRequest |
withVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Whether the specified job flows are visible to all IAM users of the AWS
account associated with the job flow.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> jobFlowIds
Identifiers of the job flows to receive the new visibility setting.
private java.lang.Boolean visibleToAllUsers
Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it.
public java.util.List<java.lang.String> getJobFlowIds()
Identifiers of the job flows to receive the new visibility setting.
public void setJobFlowIds(java.util.Collection<java.lang.String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
jobFlowIds
- Identifiers of the job flows to receive the new visibility
setting.public SetVisibleToAllUsersRequest withJobFlowIds(java.lang.String... jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
NOTE: This method appends the values to the existing list (if
any). Use setJobFlowIds(java.util.Collection)
or
withJobFlowIds(java.util.Collection)
if you want to override the
existing values.
jobFlowIds
- Identifiers of the job flows to receive the new visibility
setting.public SetVisibleToAllUsersRequest withJobFlowIds(java.util.Collection<java.lang.String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
jobFlowIds
- Identifiers of the job flows to receive the new visibility
setting.public void setVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it.
visibleToAllUsers
- Whether the specified job flows are visible to all IAM users of
the AWS account associated with the job flow. If this value is set
to True, all IAM users of that AWS account can view and, if they
have the proper IAM policy permissions set, manage the job flows.
If it is set to False, only the IAM user that created a job flow
can view and manage it.public java.lang.Boolean getVisibleToAllUsers()
Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it.
public SetVisibleToAllUsersRequest withVisibleToAllUsers(java.lang.Boolean visibleToAllUsers)
Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it.
visibleToAllUsers
- Whether the specified job flows are visible to all IAM users of
the AWS account associated with the job flow. If this value is set
to True, all IAM users of that AWS account can view and, if they
have the proper IAM policy permissions set, manage the job flows.
If it is set to False, only the IAM user that created a job flow
can view and manage it.public java.lang.Boolean isVisibleToAllUsers()
Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SetVisibleToAllUsersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()