@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CustomDestinationUpdateRequestAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENABLED |
static String |
JSON_PROPERTY_FORWARD_TAGS |
static String |
JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST |
static String |
JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST_TYPE |
static String |
JSON_PROPERTY_FORWARDER_DESTINATION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_QUERY |
boolean |
unparsed |
| Constructor and Description |
|---|
CustomDestinationUpdateRequestAttributes() |
public boolean unparsed
public static final String JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_FORWARD_TAGS
public static final String JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST
public static final String JSON_PROPERTY_FORWARD_TAGS_RESTRICTION_LIST_TYPE
public static final String JSON_PROPERTY_FORWARDER_DESTINATION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_QUERY
public CustomDestinationUpdateRequestAttributes()
public CustomDestinationUpdateRequestAttributes enabled(Boolean enabled)
@Nullable public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public CustomDestinationUpdateRequestAttributes forwardTags(Boolean forwardTags)
@Nullable public Boolean getForwardTags()
public void setForwardTags(Boolean forwardTags)
public CustomDestinationUpdateRequestAttributes forwardTagsRestrictionList(List<String> forwardTagsRestrictionList)
public CustomDestinationUpdateRequestAttributes addForwardTagsRestrictionListItem(String forwardTagsRestrictionListItem)
@Nullable public List<String> getForwardTagsRestrictionList()
forward_tags_restriction_list_type parameter.public void setForwardTagsRestrictionList(List<String> forwardTagsRestrictionList)
public CustomDestinationUpdateRequestAttributes forwardTagsRestrictionListType(CustomDestinationAttributeTagsRestrictionListType forwardTagsRestrictionListType)
@Nullable public CustomDestinationAttributeTagsRestrictionListType getForwardTagsRestrictionListType()
forward_tags_restriction_list parameter should be interpreted. If
ALLOW_LIST, then only tags whose keys on the forwarded logs match the ones on the
restriction list are forwarded.
BLOCK_LIST works the opposite way. It does not forward the tags matching the
ones on the list.
public void setForwardTagsRestrictionListType(CustomDestinationAttributeTagsRestrictionListType forwardTagsRestrictionListType)
public CustomDestinationUpdateRequestAttributes forwarderDestination(CustomDestinationForwardDestination forwarderDestination)
@Nullable public CustomDestinationForwardDestination getForwarderDestination()
public void setForwarderDestination(CustomDestinationForwardDestination forwarderDestination)
public CustomDestinationUpdateRequestAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public CustomDestinationUpdateRequestAttributes query(String query)
@Nullable public String getQuery()
public void setQuery(String query)
public CustomDestinationUpdateRequestAttributes putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.