Amazon.ECS.Model.ItemAttributes.WithComputerPlatform C# (CSharp) 메소드

WithComputerPlatform() 공개 메소드

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