Amazon.ECS.Model.ItemAttributes.WithComputerPlatform C# (CSharp) Method

WithComputerPlatform() public method

Sets the ComputerPlatform property
public WithComputerPlatform ( String computerPlatform ) : ItemAttributes
computerPlatform String ComputerPlatform property
return ItemAttributes
        public ItemAttributes WithComputerPlatform(String computerPlatform)
        {
            this.computerPlatformField = computerPlatform;
            return this;
        }
ItemAttributes