Amazon.ElasticBeanstalk.Model.Internal.MarshallTransformations.RestartAppServerResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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