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

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

Sets the ChainType property
public WithChainType ( String chainType ) : ItemAttributes
chainType String ChainType property
Результат ItemAttributes
        public ItemAttributes WithChainType(String chainType)
        {
            this.chainTypeField = chainType;
            return this;
        }
ItemAttributes