Amazon.ECS.Model.Guide.WithGuideId C# (CSharp) 메소드

WithGuideId() 공개 메소드

Sets the GuideId property
public WithGuideId ( String guideId ) : Guide
guideId String GuideId property
리턴 Guide
        public Guide WithGuideId(String guideId)
        {
            this.guideIdField = guideId;
            return this;
        }