Interface AssociateRoleSetNameAction

All Superinterfaces:
AssociateRoleUpdateAction, ResourceUpdateAction<AssociateRoleUpdateAction>

public interface AssociateRoleSetNameAction extends AssociateRoleUpdateAction

Updating the name of an AssociateRole generates an AssociateRoleNameSet Message.


Example to create an instance using the builder pattern

     AssociateRoleSetNameAction associateRoleSetNameAction = AssociateRoleSetNameAction.builder()
             .build()
 
  • Field Details

  • Method Details

    • getName

      String getName()

      New name to set. If name is absent or null, the existing name, if any, will be removed.

      Returns:
      name
    • setName

      void setName(String name)

      New name to set. If name is absent or null, the existing name, if any, will be removed.

      Parameters:
      name - value to be set
    • of

      factory method
      Returns:
      instance of AssociateRoleSetNameAction
    • of

      factory method to create a shallow copy AssociateRoleSetNameAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • deepCopy

      factory method to create a deep copy of AssociateRoleSetNameAction
      Parameters:
      template - instance to be copied
      Returns:
      copy instance
    • builder

      builder factory method for AssociateRoleSetNameAction
      Returns:
      builder
    • builder

      create builder for AssociateRoleSetNameAction instance
      Parameters:
      template - instance with prefilled values for the builder
      Returns:
      builder
    • withAssociateRoleSetNameAction

      default <T> T withAssociateRoleSetNameAction(Function<AssociateRoleSetNameAction,T> helper)
      accessor map function
      Type Parameters:
      T - mapped type
      Parameters:
      helper - function to map the object
      Returns:
      mapped value
    • typeReference

      static com.fasterxml.jackson.core.type.TypeReference<AssociateRoleSetNameAction> typeReference()
      gives a TypeReference for usage with Jackson DataBind
      Returns:
      TypeReference