Amazon.ECS.Model.ShipmentPackage.WithCarrierName C# (CSharp) 메소드

WithCarrierName() 공개 메소드

Sets the CarrierName property
public WithCarrierName ( String carrierName ) : ShipmentPackage
carrierName String CarrierName property
리턴 ShipmentPackage
        public ShipmentPackage WithCarrierName(String carrierName)
        {
            this.carrierNameField = carrierName;
            return this;
        }