Amazon.AutoScaling.Model.Internal.MarshallTransformations.DeleteTagsResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

public static GetInstance ( ) : DeleteTagsResponseUnmarshaller
리턴 DeleteTagsResponseUnmarshaller
        public static DeleteTagsResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new DeleteTagsResponseUnmarshaller();
            }
            return instance;
        }