@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTypedLinkFacetInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetTypedLinkFacetInformationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetTypedLinkFacetInformationResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getIdentityAttributeOrder()
A range filter that you provide for multiple attributes.
|
int |
hashCode() |
void |
setIdentityAttributeOrder(Collection<String> identityAttributeOrder)
A range filter that you provide for multiple attributes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTypedLinkFacetInformationResult |
withIdentityAttributeOrder(Collection<String> identityAttributeOrder)
A range filter that you provide for multiple attributes.
|
GetTypedLinkFacetInformationResult |
withIdentityAttributeOrder(String... identityAttributeOrder)
A range filter that you provide for multiple attributes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getIdentityAttributeOrder()
A range filter that you provide for multiple attributes. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
public void setIdentityAttributeOrder(Collection<String> identityAttributeOrder)
A range filter that you provide for multiple attributes. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
identityAttributeOrder - A range filter that you provide for multiple attributes. The ability to filter typed links considers the
order that the attributes are defined on the typed link facet. When providing ranges to typed link
selection, any inexact ranges must be specified at the end. Any attributes that do not have a range
specified are presumed to match the entire range. Filters are interpreted in the order of the attributes
on the typed link facet, not the order in which they are supplied to any API calls.public GetTypedLinkFacetInformationResult withIdentityAttributeOrder(String... identityAttributeOrder)
A range filter that you provide for multiple attributes. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
NOTE: This method appends the values to the existing list (if any). Use
setIdentityAttributeOrder(java.util.Collection) or
withIdentityAttributeOrder(java.util.Collection) if you want to override the existing values.
identityAttributeOrder - A range filter that you provide for multiple attributes. The ability to filter typed links considers the
order that the attributes are defined on the typed link facet. When providing ranges to typed link
selection, any inexact ranges must be specified at the end. Any attributes that do not have a range
specified are presumed to match the entire range. Filters are interpreted in the order of the attributes
on the typed link facet, not the order in which they are supplied to any API calls.public GetTypedLinkFacetInformationResult withIdentityAttributeOrder(Collection<String> identityAttributeOrder)
A range filter that you provide for multiple attributes. The ability to filter typed links considers the order that the attributes are defined on the typed link facet. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range. Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
identityAttributeOrder - A range filter that you provide for multiple attributes. The ability to filter typed links considers the
order that the attributes are defined on the typed link facet. When providing ranges to typed link
selection, any inexact ranges must be specified at the end. Any attributes that do not have a range
specified are presumed to match the entire range. Filters are interpreted in the order of the attributes
on the typed link facet, not the order in which they are supplied to any API calls.public String toString()
toString in class ObjectObject.toString()public GetTypedLinkFacetInformationResult clone()
Copyright © 2017. All rights reserved.