Amazon.ECS.Model.ItemAttributes.WithWatchMovementType C# (CSharp) Метод

WithWatchMovementType() публичный Метод

Sets the WatchMovementType property
public WithWatchMovementType ( String watchMovementType ) : ItemAttributes
watchMovementType String WatchMovementType property
Результат ItemAttributes
        public ItemAttributes WithWatchMovementType(String watchMovementType)
        {
            this.watchMovementTypeField = watchMovementType;
            return this;
        }
ItemAttributes