@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateViewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateViewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
SearchFilter |
getFilters()
An array of strings that specify which resources are included in the results of queries made using this view.
|
List<IncludedProperty> |
getIncludedProperties()
Specifies optional fields that you want included in search results from this view.
|
String |
getViewArn()
The Amazon resource name
(ARN) of the view that you want to modify.
|
int |
hashCode() |
void |
setFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
void |
setIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
void |
setViewArn(String viewArn)
The Amazon resource name
(ARN) of the view that you want to modify.
|
String |
toString()
Returns a string representation of this object.
|
UpdateViewRequest |
withFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
|
UpdateViewRequest |
withIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view.
|
UpdateViewRequest |
withIncludedProperties(IncludedProperty... includedProperties)
Specifies optional fields that you want included in search results from this view.
|
UpdateViewRequest |
withViewArn(String viewArn)
The Amazon resource name
(ARN) of the view that you want to modify.
|
addHandlerContext, 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 void setFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
When you use this view in a Search operation, the filter string is combined with the search's
QueryString parameter using a logical AND operator.
For information about the supported syntax, see Search query reference for Resource Explorer in the Amazon Web Services Resource Explorer User Guide.
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any Amazon Web Services
Region that begins with the letters us and is not tagged with a key Stage that
has the value prod.
filters - An array of strings that specify which resources are included in the results of queries made using this
view. When you use this view in a Search operation, the filter string is combined with the search's
QueryString parameter using a logical AND operator.
For information about the supported syntax, see Search query reference for Resource Explorer in the Amazon Web Services Resource Explorer User Guide.
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any Amazon Web
Services Region that begins with the letters us and is not tagged with a key
Stage that has the value prod.
public SearchFilter getFilters()
An array of strings that specify which resources are included in the results of queries made using this view.
When you use this view in a Search operation, the filter string is combined with the search's
QueryString parameter using a logical AND operator.
For information about the supported syntax, see Search query reference for Resource Explorer in the Amazon Web Services Resource Explorer User Guide.
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any Amazon Web Services
Region that begins with the letters us and is not tagged with a key Stage that
has the value prod.
QueryString parameter using a logical AND operator.
For information about the supported syntax, see Search query reference for Resource Explorer in the Amazon Web Services Resource Explorer User Guide.
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any Amazon Web
Services Region that begins with the letters us and is not tagged with a key
Stage that has the value prod.
public UpdateViewRequest withFilters(SearchFilter filters)
An array of strings that specify which resources are included in the results of queries made using this view.
When you use this view in a Search operation, the filter string is combined with the search's
QueryString parameter using a logical AND operator.
For information about the supported syntax, see Search query reference for Resource Explorer in the Amazon Web Services Resource Explorer User Guide.
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any Amazon Web Services
Region that begins with the letters us and is not tagged with a key Stage that
has the value prod.
filters - An array of strings that specify which resources are included in the results of queries made using this
view. When you use this view in a Search operation, the filter string is combined with the search's
QueryString parameter using a logical AND operator.
For information about the supported syntax, see Search query reference for Resource Explorer in the Amazon Web Services Resource Explorer User Guide.
This query string in the context of this operation supports only filter prefixes with optional operators. It doesn't support free-form text. For example, the string
region:us* service:ec2 -tag:stage=prod includes all Amazon EC2 resources in any Amazon Web
Services Region that begins with the letters us and is not tagged with a key
Stage that has the value prod.
public List<IncludedProperty> getIncludedProperties()
Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
The default is an empty list, with no optional fields included in the results.
public void setIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
includedProperties - Specifies optional fields that you want included in search results from this view. It is a list of objects
that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
public UpdateViewRequest withIncludedProperties(IncludedProperty... includedProperties)
Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
NOTE: This method appends the values to the existing list (if any). Use
setIncludedProperties(java.util.Collection) or withIncludedProperties(java.util.Collection) if
you want to override the existing values.
includedProperties - Specifies optional fields that you want included in search results from this view. It is a list of objects
that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
public UpdateViewRequest withIncludedProperties(Collection<IncludedProperty> includedProperties)
Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
includedProperties - Specifies optional fields that you want included in search results from this view. It is a list of objects
that each describe a field to include.
The default is an empty list, with no optional fields included in the results.
public void setViewArn(String viewArn)
The Amazon resource name (ARN) of the view that you want to modify.
viewArn - The Amazon resource
name (ARN) of the view that you want to modify.public String getViewArn()
The Amazon resource name (ARN) of the view that you want to modify.
public UpdateViewRequest withViewArn(String viewArn)
The Amazon resource name (ARN) of the view that you want to modify.
viewArn - The Amazon resource
name (ARN) of the view that you want to modify.public String toString()
toString in class ObjectObject.toString()public UpdateViewRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()