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

WithChainType() public method

Sets the ChainType property
public WithChainType ( String chainType ) : ItemAttributes
chainType String ChainType property
return ItemAttributes
        public ItemAttributes WithChainType(String chainType)
        {
            this.chainTypeField = chainType;
            return this;
        }
ItemAttributes