Interface StoreDistributionChannelsChangedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface StoreDistributionChannelsChangedMessagePayload extends MessagePayload

Generated after a successful Add Distribution Channel, Remove Distribution Channel, or Set Distribution Channels update action.


Example to create an instance using the builder pattern

     StoreDistributionChannelsChangedMessagePayload storeDistributionChannelsChangedMessagePayload = StoreDistributionChannelsChangedMessagePayload.builder()
             .build()