Amazon.ECS.Model.MerchantItemAttributes.WithWatchMovementType C# (CSharp) Method

WithWatchMovementType() public method

Sets the WatchMovementType property
public WithWatchMovementType ( String watchMovementType ) : MerchantItemAttributes
watchMovementType String WatchMovementType property
return MerchantItemAttributes
        public MerchantItemAttributes WithWatchMovementType(String watchMovementType)
        {
            this.watchMovementTypeField = watchMovementType;
            return this;
        }
MerchantItemAttributes