Interface StoreDistributionChannelsChangedMessagePayload

All Superinterfaces:
MessagePayload
All Known Implementing Classes:
StoreDistributionChannelsChangedMessagePayloadImpl

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()