Interface AssociateRoleLabel

All Superinterfaces:
Label
All Known Implementing Classes:
AssociateRoleLabelImpl

public interface AssociateRoleLabel extends Label
AssociateRoleLabel
Example to create an instance using the builder pattern

     AssociateRoleLabel associateRoleLabel = AssociateRoleLabel.builder()
             .key("{key}")
             .name("{name}")
             .build()