Amazon.OpsWorks.Model.Internal.MarshallTransformations.RebootInstanceResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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