Amazon.ECS.Model.ItemAttributes.WithComputerPlatform C# (CSharp) Méthode

WithComputerPlatform() public méthode

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