Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RestartAppServerResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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