Class TagCreateUpdateParameters


  • public final class TagCreateUpdateParameters
    extends Object
    Parameters supplied to Create/Update Tag operations.
    • Constructor Detail

      • TagCreateUpdateParameters

        public TagCreateUpdateParameters()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: Tag name.
        Returns:
        the displayName value.
      • withDisplayName

        public TagCreateUpdateParameters withDisplayName​(String displayName)
        Set the displayName property: Tag name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the TagCreateUpdateParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.