@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()
The order of identity attributes for the facet, from most significant to least significant.
|
int |
hashCode() |
void |
setIdentityAttributeOrder(Collection<String> identityAttributeOrder)
The order of identity attributes for the facet, from most significant to least significant.
|
String |
toString()
Returns a string representation of this object.
|
GetTypedLinkFacetInformationResult |
withIdentityAttributeOrder(Collection<String> identityAttributeOrder)
The order of identity attributes for the facet, from most significant to least significant.
|
GetTypedLinkFacetInformationResult |
withIdentityAttributeOrder(String... identityAttributeOrder)
The order of identity attributes for the facet, from most significant to least significant.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getIdentityAttributeOrder()
The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.
public void setIdentityAttributeOrder(Collection<String> identityAttributeOrder)
The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.
identityAttributeOrder
- The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.public GetTypedLinkFacetInformationResult withIdentityAttributeOrder(String... identityAttributeOrder)
The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.
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
- The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.public GetTypedLinkFacetInformationResult withIdentityAttributeOrder(Collection<String> identityAttributeOrder)
The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.
identityAttributeOrder
- The order of identity attributes for the facet, from most significant to least significant. 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. For more information about identity attributes, see Typed Links.public String toString()
toString
in class Object
Object.toString()
public GetTypedLinkFacetInformationResult clone()