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

GetInstance() public static method

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