@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetVisibleToAllUsersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
This member will be deprecated.
The input to the SetVisibleToAllUsers action.
NOOP| Constructor and Description |
|---|
SetVisibleToAllUsersRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetVisibleToAllUsersRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getJobFlowIds()
Identifiers of the job flows to receive the new visibility setting.
|
Boolean |
getVisibleToAllUsers()
This member will be deprecated.
|
int |
hashCode() |
Boolean |
isVisibleToAllUsers()
This member will be deprecated.
|
void |
setJobFlowIds(Collection<String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
void |
setVisibleToAllUsers(Boolean visibleToAllUsers)
This member will be deprecated.
|
String |
toString()
Returns a string representation of this object.
|
SetVisibleToAllUsersRequest |
withJobFlowIds(Collection<String> jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
SetVisibleToAllUsersRequest |
withJobFlowIds(String... jobFlowIds)
Identifiers of the job flows to receive the new visibility setting.
|
SetVisibleToAllUsersRequest |
withVisibleToAllUsers(Boolean visibleToAllUsers)
This member will be deprecated.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getJobFlowIds()
Identifiers of the job flows to receive the new visibility setting.
public void setJobFlowIds(Collection<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(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(Collection<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(Boolean visibleToAllUsers)
This member will be deprecated.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
visibleToAllUsers - This member will be deprecated.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
public Boolean getVisibleToAllUsers()
This member will be deprecated.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
public SetVisibleToAllUsersRequest withVisibleToAllUsers(Boolean visibleToAllUsers)
This member will be deprecated.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
visibleToAllUsers - This member will be deprecated.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
public Boolean isVisibleToAllUsers()
This member will be deprecated.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
Whether the specified clusters are visible to all IAM users of the AWS account associated with the cluster. 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 clusters. If it is set to False, only the IAM user that created a cluster can view and manage it.
public String toString()
toString in class ObjectObject.toString()public SetVisibleToAllUsersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.