Amazon.IdentityManagement.Model.Internal.MarshallTransformations.UpdateSAMLProviderResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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