Interface AssociateRoleReference

All Superinterfaces:
Reference, ReferenceMixin
All Known Implementing Classes:
AssociateRoleReferenceImpl

public interface AssociateRoleReference extends Reference

Reference to an AssociateRole.


Example to create an instance using the builder pattern

     AssociateRoleReference associateRoleReference = AssociateRoleReference.builder()
             .id("{id}")
             .build()